Skip to content

Instantly share code, notes, and snippets.

@gentlecat
Last active August 29, 2015 14:02
Show Gist options
  • Save gentlecat/4fa6860271db09aba5c2 to your computer and use it in GitHub Desktop.
Save gentlecat/4fa6860271db09aba5c2 to your computer and use it in GitHub Desktop.
CritiqueBrainz Sandbox Startup Magic
while true; do /home/gentlecat/critiquebrainz/venv/bin/python /home/gentlecat/critiquebrainz/cb.fcgi & sleep 1200; ps aux | grep cb.fcgi | grep gentlecat | grep -v grep | awk '{print $2}' | xargs kill; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment