demotool/.vim.local/scripts/vimmake.test
Emmanuel BENOîT 0fcfeb1fee UI - Resolved last build issues
+ Tool has name!
+ Finished renaming files
+ Fixed common sync code that still had some SDL shit left
2017-11-24 10:08:41 +01:00

8 lines
112 B
Bash
Executable file

#!/bin/bash
if make -j 8; then
if [ -x /usr/bin/optirun ]; then
optirun ./tourista
else
./tourista
fi
fi