Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.11 KB

File metadata and controls

25 lines (18 loc) · 1.11 KB

Examples

Here are example scripts:

To run them, run make in the root directory, and run:

bash launcher.sh

NOTE: You always can just run the executables yourself.

If you have issues with the permission, or the make file, please report this issue at the Issues tab. (make sure to see if the project successfully built from the main [README](../README.md before reporting anything. if not, it might probably be an issue with your system or the make command it self)

To change the file's executable permission, execute:

chmod +x launcher.sh

You could've searched that up yourself...