X-Git-Url: http://git.nikiroo.be/?p=gofetch.git;a=blobdiff_plain;f=gopher.sh;h=a728d0b66467e16d8817f605900f556bc13a15af;hp=ea93fbe4da004341280f3853880bc17d88142170;hb=5ff56ab7158d75c15b8ac4dc75b151ca5de428b6;hpb=82e110d3bf009801f4cdcc07465e57fdabfdc011 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 +