Skip to content

Instantly share code, notes, and snippets.

@astail
Created July 21, 2015 03:50
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 astail/ba6d8b04ac7d20bab805 to your computer and use it in GitHub Desktop.
Save astail/ba6d8b04ac7d20bab805 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $$ != `pgrep -fo $0` ]; then
echo `basename $0` is already running.
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment