Start of Stanford runner bot... currently stripped down runner.
authorBrandon King <kingb@caltech.edu>
Wed, 6 Aug 2008 00:19:56 +0000 (00:19 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 6 Aug 2008 00:19:56 +0000 (00:19 +0000)
htswdataprod/scripts/runner_s [new file with mode: 0755]

diff --git a/htswdataprod/scripts/runner_s b/htswdataprod/scripts/runner_s
new file mode 100755 (executable)
index 0000000..56f7786
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+import sys
+from htswdataprod.automation.runner import main
+
+if __name__ == "__main__":
+  sys.exit(main(sys.argv[1:]))