This website requires JavaScript.
Explore
Help
Sign in
tseeker-pub
/
demotool
Watch
1
Star
0
Fork
You've already forked demotool
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3cf9e5c3ac
demotool
/
.vim.local
/
scripts
/
vimmake.test
9 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
Init repository
2017-09-30 10:26:30 +02:00
#!/bin/bash
if make -j 8; then
Build - Some improvements / fixes + fullclean no longer worked + F11 in vim
2017-11-22 20:35:05 +01:00
if [ -x /usr/bin/optirun ]; then
optirun ./demo
else
./demo
fi
Init repository
2017-09-30 10:26:30 +02:00
fi
Reference in a new issue
Copy permalink