From 76d6fad87094008bc25e3b4e090fb79631414fec Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 09:28:59 +0000 Subject: Revert "Drop run command" This reverts commit 2622f59658c42594f1efb0d767b89393de75ba0f. --- (limited to 'devbot') 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) -- cgit v0.9.1