Merge pull request #45 from ProfessorSniff/#!/bin/sh

add shebang to launcher.sh
This commit is contained in:
Neocky 2021-12-05 16:53:44 +01:00 committed by GitHub
commit cf710088a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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