Remove unused spawn-once script

This commit is contained in:
Simon Bruder 2020-05-22 23:20:48 +02:00
parent 79956e01fd
commit d992420606
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,4 +0,0 @@
#!/bin/sh
if ! ps cx|grep "$1\$" >> /dev/null; then
exec $@
fi