Adding proper launch scripts
This commit is contained in:
parent
56bcf153ce
commit
188671b7e1
6
bin/cel2wst
Normal file
6
bin/cel2wst
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import ws_splashbuilder
|
||||
|
||||
if __name__ == '__main__':
|
||||
ws_splashbuilder.cel2wst.main()
|
||||
6
bin/map2wsm
Normal file
6
bin/map2wsm
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import ws_splashbuilder
|
||||
|
||||
if __name__ == '__main__':
|
||||
ws_splashbuilder.map2wsm.main()
|
||||
6
bin/splashbuilder
Normal file
6
bin/splashbuilder
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import ws_splashbuilder
|
||||
|
||||
if __name__ == '__main__':
|
||||
ws_splashbuilder.splashbuilder.main()
|
||||
Loading…
x
Reference in New Issue
Block a user