jam-cloud/runjobs

7 lines
157 B
Bash
Executable File

#!/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