libsuperderpy/run

6 lines
110 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/src/superderpy -x gdb.tmp
2012-08-19 03:04:55 +02:00
rm gdb.tmp