libsuperderpy/run

6 lines
106 B
Text
Raw Normal View History

2012-08-19 03:04:55 +02:00
#!/bin/sh
echo run $@ > gdb.tmp
cd build
make -j12 && cd .. && gdb build/superderpy -x gdb.tmp
rm gdb.tmp