Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
8
.bin/OLD/dmark
Executable file
8
.bin/OLD/dmark
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
doas touch /var/cache/dmark
|
||||
doas chmod 666 /var/cache/dmark
|
||||
if [ -f "$1" ]; then
|
||||
doas readlink -f "$1" > /var/cache/dmark
|
||||
else
|
||||
echo 'devmark: file not found.'
|
||||
fi
|
||||
Reference in New Issue
Block a user