Update 2023-02-22 08:31 OpenBSD/amd64
This commit is contained in:
8
.bin/dev-continue
Executable file
8
.bin/dev-continue
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/ksh -i
|
||||
f="$(cat /var/cache/dmark)"
|
||||
cd "$(dirname "$f")"
|
||||
|
||||
owner="$(stat -f %Su "$f")"
|
||||
doas chown sdk "$f"
|
||||
vim "$f"
|
||||
doas chown $owner "$f"
|
||||
Reference in New Issue
Block a user