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

View File

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