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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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