mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 19:16:44 +01:00
6 lines
106 B
Text
6 lines
106 B
Text
|
#!/bin/sh
|
||
|
echo run $@ > gdb.tmp
|
||
|
cd build
|
||
|
make -j12 && cd .. && gdb build/superderpy -x gdb.tmp
|
||
|
rm gdb.tmp
|