4 lines
65 B
Text
4 lines
65 B
Text
|
#!/usr/bin/env sh
|
||
|
cd /run/runit/service || exit
|
||
|
exec unlink "$1"
|