Creation of new VotingBooth rails application to expose the
[selectricity] / script / process / spawner
1 #!/usr/bin/ruby1.8
2 require File.dirname(__FILE__) + '/../../config/boot'
3 require 'commands/process/spawner'

Benjamin Mako Hill || Want to submit a patch?