jam-cloud/runjobs

7 lines
157 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
pushd web
# run all_jobs rake task; this waits on new jobs from the resque queue, i.e., audiomixer, icecast, etc
bundle exec rake all_jobs
popd