7 lines
62 B
Bash
7 lines
62 B
Bash
|
#!/bin/sh
|
||
|
minixsize big
|
||
|
make $*
|
||
|
c=$?
|
||
|
minixsize normal
|
||
|
exit $c
|