X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=gopher.sh;h=a728d0b66467e16d8817f605900f556bc13a15af;hb=d6613663c4a176171ec75c05a49ef0984927345f;hp=ea93fbe4da004341280f3853880bc17d88142170;hpb=d28c4aac3f42d9de93e3969e86a7c84e2d2e963a;p=gofetch.git diff --git a/gopher.sh b/gopher.sh index ea93fbe..a728d0b 100755 --- a/gopher.sh +++ b/gopher.sh @@ -39,7 +39,7 @@ if [ ! -d "$tmpd" ]; then exit 2 fi -echo "#/bin/sh +echo "#!/bin/sh # PID: $$ # PID File (this file): $PIDF # You can stop the service by deleting this file then making a last @@ -77,3 +77,4 @@ while [ -e "$PIDF" ]; do ) > "$fifo" done rm -rf "$tmpd" 2>/dev/null +