Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run
blob: b1f76aacbbb197d84a347e3ac7a68002169ab0be (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(sys.argv[1:])