demotool/.vim.local/scripts/vimmake.test

5 lines
50 B
Text
Raw Normal View History

2017-09-30 10:26:30 +02:00
#!/bin/bash
if make -j 8; then
2017-09-30 12:08:18 +02:00
optirun ./demo
2017-09-30 10:26:30 +02:00
fi