Skip to content

Instantly share code, notes, and snippets.

@lchr
Created May 23, 2011 21:36
Show Gist options
  • Select an option

  • Save lchr/987671 to your computer and use it in GitHub Desktop.

Select an option

Save lchr/987671 to your computer and use it in GitHub Desktop.
pidof deluged >& /dev/null
if [ $? -ne 0 ]; then
deluged
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment