dotfiles/bin/svdel

3 lines
65 B
Bash
Executable file

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