Added code to check for previously uploaded custom images and delete them, the newly...
[selectricity-live] / script / process / spawner
1 #!/usr/bin/env ruby
2 require File.dirname(__FILE__) + '/../../config/boot'
3 require 'commands/process/spawner'

Benjamin Mako Hill || Want to submit a patch?