Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:28:59 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:28:59 (GMT)
commit76d6fad87094008bc25e3b4e090fb79631414fec (patch)
treea00c8660e280838d9cd92c2885598ef01c88fd0a /devbot/run.py
parent2622f59658c42594f1efb0d767b89393de75ba0f (diff)
Revert "Drop run command"
This reverts commit 2622f59658c42594f1efb0d767b89393de75ba0f.
Diffstat (limited to 'devbot/run.py')
-rw-r--r--devbot/run.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/devbot/run.py b/devbot/run.py
new file mode 100644
index 0000000..c27862f
--- /dev/null
+++ b/devbot/run.py
@@ -0,0 +1,9 @@
+#!/usr/bin/python -u
+
+import os
+
+from devbot import environ
+
+def run(args):
+ environ.setup()
+ os.execlp(args[0], *args)