1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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():