Skip to content

Instantly share code, notes, and snippets.

@jrh-spg
Created March 17, 2014 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrh-spg/9607760 to your computer and use it in GitHub Desktop.
Save jrh-spg/9607760 to your computer and use it in GitHub Desktop.
#!/bin/bash
FILE=/tmp/iibot.pid
while x=0
do
if [ ! -f $FILE ];
then
/bin/bash /home/irc/bot.sh&
fi
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment