home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume2
/
dating.pch1
/
MAKE.v2
< prev
Wrap
Text File
|
1987-11-20
|
395b
|
23 lines
# run with /bin/csh or /bin/sh
# make files to be used by date.v2.p
mkdir .date
mv Questions .date/Questions
mv bbase .date/bbase
touch .date/database
touch /tmp/.name
cc -c getw.c
pc date.v2.p getw.o
rm *.o
mv a.out datingame
chmod 777 .date
chmod 644 .date/Questions
chmod 644 .date/bbase
chmod 666 .date/database
chmod 711 datingame
chmod 666 /tmp/.name
echo 'datingame is now installed'