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