source: trunk/minix/commands/scripts/bigmake.sh@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 60 bytes
Line 
1#!/bin/sh
2binsizes big
3make $*
4c=$?
5binsizes normal
6exit $c
Note: See TracBrowser for help on using the repository browser.