dotfiles/bin/svdel

4 lines
65 B
Text
Raw Normal View History

#!/usr/bin/env sh
cd /run/runit/service || exit
exec unlink "$1"