home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
y
/
slackbui
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-23
|
224 b
|
15 lines
#!/bin/sh
echo
echo "+=========================+"
echo "| Building game disk (Y1) |"
echo "+=========================+"
echo
echo
for subdir in * ; do
if [ -d $subdir ]; then
( cd $subdir ; SlackBuild $* )
fi
done