mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
echo run > gdb.tmp
|
|
make -j10 && gdb bin/superderpy -x gdb.tmp
|
|
rm gdb.tmp
|