Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
6
.bin/OLD/KAPUTT/vidoas
Executable file
6
.bin/OLD/KAPUTT/vidoas
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/ksh
|
||||
TMP=$(mktemp)
|
||||
cp /etc/doas.conf $TMP
|
||||
$EDITOR $TMP
|
||||
doas -C $TMP && mv $TMP /etc/doas.conf;
|
||||
rm -f $TMP
|
||||
Reference in New Issue
Block a user