#!/bin/sh
echo run $@ > gdb.tmp
cd build
make -j12 && cd .. && gdb build/src/superderpy -x gdb.tmp
rm gdb.tmp