home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume22
/
byte-benchmarks
/
part01
/
multi.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1990-06-07
|
704b
|
23 lines
#! /bin/sh
###############################################################################
# The BYTE UNIX Benchmarks - Release 2
# Module: multi.sh SID: 2.3 4/17/90 16:45:41
#
###############################################################################
# Bug reports, patches, comments, suggestions should be sent to:
#
# Ben Smith or Rick Grehan at BYTE Magazine
# ben@bytepb.UUCP rick_g@bytepb.UUCP
#
###############################################################################
# Modification Log:
#
###############################################################################
ID="@(#)multi.sh:2.3 -- 4/17/90 16:45:41";
for i
do
/bin/sh $BINDIR/tst.sh &
done
wait