home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / byteunix.lzh / byte.1 / multi.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1990-05-11  |  704b  |  23 lines

  1. #! /bin/sh
  2. ###############################################################################
  3. #  The BYTE UNIX Benchmarks - Release 2
  4. #          Module: multi.sh   SID: 2.3 4/17/90 16:45:41
  5. #          
  6. ###############################################################################
  7. # Bug reports, patches, comments, suggestions should be sent to:
  8. #
  9. #    Ben Smith or Rick Grehan at BYTE Magazine
  10. #    ben@bytepb.UUCP    rick_g@bytepb.UUCP
  11. #
  12. ###############################################################################
  13. #  Modification Log:
  14. #
  15. ###############################################################################
  16. ID="@(#)multi.sh:2.3 -- 4/17/90 16:45:41";
  17. for i
  18. do
  19.     /bin/sh $BINDIR/tst.sh &
  20. done
  21. wait
  22.  
  23.