Skip to content

Instantly share code, notes, and snippets.

@cjbottaro
Created August 17, 2011 16:55
Show Gist options
  • Save cjbottaro/1152006 to your computer and use it in GitHub Desktop.
Save cjbottaro/1152006 to your computer and use it in GitHub Desktop.
cron job
#!/bin/bash
RVM_BIN=/usr/local/rvm/bin/rvm
EDITOR_UI=/home/onespot/editor-ui/current
$RVM_BIN 1.9.2@editor-ui ruby $EDITOR_UI/bin/openx_report.rb -e production > $EDITOR_UI/log/openx_report.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment