minix/commands/scripts/bigmake.sh
2005-09-08 09:29:47 +00:00

7 lines
60 B
Bash

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