home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
may94
/
util
/
edit
/
jade.lha
/
Jade
/
src
/
Configure
< prev
next >
Wrap
Text File
|
1994-03-24
|
177b
|
11 lines
#! /bin/sh
if [ $# -ne 1 ]
then
echo usage: $0 architecture
else
rm config.* >/dev/null 2>&1
ln -s configs/config.h.$1 config.h
ln -s configs/config.mk.$1 config.mk
fi