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 = [ commands = [
"build", "build",
"update", "update",
"publish",
"checkupdates", "checkupdates",
"import", "import",
"rewritemeta", "rewritemeta",
"scanner", "scanner",
"statsupdate"] "stats"]
def main(): def main():