Added simple startup script in bin

This commit is contained in:
Fabio Manganiello 2019-03-16 23:47:01 +01:00
parent ab98e51b25
commit b0ae31f53d
1 changed files with 9 additions and 0 deletions

9
bin/platypush Executable file
View File

@ -0,0 +1,9 @@
#!python3
from platypush import main
if __name__ == '__main__':
main()
# vim:sw=4:ts=4:et: