Adding proper launch scripts

This commit is contained in:
Godzil 2019-10-08 14:31:16 +01:00
parent 56bcf153ce
commit 188671b7e1
3 changed files with 18 additions and 0 deletions

6
bin/cel2wst Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
import ws_splashbuilder
if __name__ == '__main__':
ws_splashbuilder.cel2wst.main()

6
bin/map2wsm Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
import ws_splashbuilder
if __name__ == '__main__':
ws_splashbuilder.map2wsm.main()

6
bin/splashbuilder Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
import ws_splashbuilder
if __name__ == '__main__':
ws_splashbuilder.splashbuilder.main()