add shebang to launcher.sh

This commit is contained in:
ProfessorSniff
2021-12-03 04:02:24 +00:00
committed by GitHub
parent 3bcb3de4cf
commit b1b5eeb992

View File

@@ -1,2 +1,3 @@
#!/bin/sh
cd src/
python3 "__main__.py"