minix/commands/scripts/bigmake.sh
2005-08-30 10:20:39 +00:00

7 lines
62 B
Bash

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