Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check-system')
-rwxr-xr-xcommands/check-system8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/check-system b/commands/check-system
new file mode 100755
index 0000000..aca432f
--- /dev/null
+++ b/commands/check-system
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import common
+
+from devbot import system
+
+common.setup()
+system.check()