|
|
| File: [Development] / inventor / doc / man / tools / manprog (download)
Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:56:14 2000 UTC (17 years, 2 months ago) by naaman
Initial check-in based on 2.1.5 (SGI IRIX) source tree. |
#!/bin/sh # invoke one manprog or the other depending on invoking machine # CBIN=`dirname $0` if m68k then exec $CBIN/mdate.68k $* else exec $CBIN/mdate.mips $* fi