Command dispatcher

This commit is contained in:
Ciaran Gultnieks 2012-02-26 17:15:33 +00:00
parent f31fad745f
commit 739c7b57f2
2 changed files with 4 additions and 1 deletions

2
fdroid Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
./fdroid.py $*

View file

@ -22,11 +22,12 @@ import sys
commands = [
"build",
"update",
"publish",
"checkupdates",
"import",
"rewritemeta",
"scanner",
"statsupdate"]
"stats"]
def main():