sprofalyze fixes
[minix.git] / benchmarks / unixbench-5.1.2 / pgms / multi.sh
blobc65ba22a290e6cf5c887f7bd38c4a77227edeea0
1 #! /bin/sh
2 ###############################################################################
3 # The BYTE UNIX Benchmarks - Release 3
4 # Module: multi.sh SID: 3.4 5/15/91 19:30:24
5 #
6 ###############################################################################
7 # Bug reports, patches, comments, suggestions should be sent to:
9 # Ben Smith or Rick Grehan at BYTE Magazine
10 # ben@bytepb.UUCP rick_g@bytepb.UUCP
12 ###############################################################################
13 # Modification Log:
15 ###############################################################################
16 ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
17 instance=1
18 while [ $instance -le $1 ]; do
19 /bin/sh "$UB_BINDIR/tst.sh" &
20 instance=`expr $instance + 1`
21 done
22 wait