Skip to content

Commit

Permalink
Startup scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcarnold committed Feb 18, 2011
1 parent 4d7c2ef commit 63a7b86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0-clean.sh
@@ -0,0 +1,2 @@
#!/bin/bash
rm /csc/main/run/twittermap/*.furl
2 changes: 2 additions & 0 deletions 1-start-ipcontroller.sh
@@ -0,0 +1,2 @@
#!/bin/bash
exec ipcontroller --task-furl-file=/csc/main/run/twittermap/task.furl --multiengine-furl-file=/csc/main/run/twittermap/multiengine.furl --engine-furl-file=/csc/main/run/twittermap/engine.furl
2 changes: 2 additions & 0 deletions 2-start-ipengine.sh
@@ -0,0 +1,2 @@
#!/bin/bash
exec ipengine --furl-file=/csc/main/run/twittermap/engine.furl
2 changes: 2 additions & 0 deletions 3-start-rfbf.sh
@@ -0,0 +1,2 @@
#!/bin/bash
exec ./start.py rfbf

0 comments on commit 63a7b86

Please sign in to comment.