Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Last active August 29, 2015 14:06
Show Gist options
  • Save luanlmd/ba3a64f9bb3d127cbd8e to your computer and use it in GitHub Desktop.
Save luanlmd/ba3a64f9bb3d127cbd8e to your computer and use it in GitHub Desktop.
#!/bin/sh
COUNT=$(ps ax | grep <command> | wc -l)
if [ $COUNT -gt 1 ]; then
exit 0
fi
run <command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment