added cluster and production scripts
[selectricity] / script / cluster
diff --git a/script/cluster b/script/cluster
new file mode 100755 (executable)
index 0000000..52f4ae4
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PATH=/var/lib/gems/1.8/bin:$PATH
+
+mongrel_rails cluster::$1

Benjamin Mako Hill || Want to submit a patch?