Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-command
blob: 941873e7b7c8bf48bb1c4c87ddcdfb5ec3b92e19 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python

import common
import sys

from devbot import run

common.setup()
run.run_command(sys.argv[1:])