minix/commands/bigmake/bigmake.sh
2010-05-12 16:28:54 +00:00

7 lines
60 B
Bash

#!/bin/sh
binsizes big
make $*
c=$?
binsizes normal
exit $c