Added simple startup script in bin
This commit is contained in:
parent
ab98e51b25
commit
b0ae31f53d
1 changed files with 9 additions and 0 deletions
9
bin/platypush
Executable file
9
bin/platypush
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!python3
|
||||
|
||||
from platypush import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
||||
# vim:sw=4:ts=4:et:
|
Loading…
Reference in a new issue