Skip to content

Instantly share code, notes, and snippets.

@Enome
Created April 8, 2012 12:44
Show Gist options
  • Save Enome/2337104 to your computer and use it in GitHub Desktop.
Save Enome/2337104 to your computer and use it in GitHub Desktop.
forever = require 'forever'
child = forever.start ['coffee', 'website.coffee']
child = forever.start ['coffee', 'feeds.coffee']
child = forever.start ['coffee', 'jobs.coffee']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment