Skip to content

Instantly share code, notes, and snippets.

@obeattie
Created January 6, 2012 09:29
Show Gist options
  • Save obeattie/1569853 to your computer and use it in GitHub Desktop.
Save obeattie/1569853 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
if [ ! -e /tmp/aggergate ]; then
time nice /home/crowdtube/crowdtube/bin/aggergate.py
fi
if [ ! -e /tmp/rank ]; then
time nice /home/crowdtube/crowdtube/bin/rank.py
fi
if [ ! -e /tmp/youtube ]; then
time nice /home/crowdtube/crowdtube/bin/youtube.py -a
fi
if [ ! -e /tmp/rank ]; then
time nice /home/crowdtube/crowdtube/bin/rank.py
fi
if [ ! -e /tmp/report ]; then
time nice /home/crowdtube/crowdtube/bin/report.py -m 1
fi
if [ ! -e /tmp/backup ]; then
time nice /home/crowdtube/crowdtube/bin/backup.py -a
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment