mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-13 04:27:59 +01:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
echo run $@ > gdb.tmp
|
|
make -j12 && gdb bin/superderpy -x gdb.tmp
|
|
rm gdb.tmp
|