Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
# m h dom mon dow command
*/2 * * * * /bin/bash /home/andy/public_html/mmawrapup.com/mmawrapup/node/dofeeds.sh
#!/bin/bash
cd /home/andy/public_html/mmawrapup.com/mmawrapup/
ruby node/feeds.rb
Jul 2 14:22:01 mmawrapup CRON[15732]: (andy) CMD (/bin/bash /home/andy/public_html/mmawrapup.com/mmawrapup/node/dofeeds.sh)
Owner

zenom commented Jul 2, 2010

!/bin/bash

cd /home/andy/public_html/mmawrapup.com/mmawrapup/
ruby node/feeds.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment