mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
10 lines
322 B
Bash
10 lines
322 B
Bash
--- pgms/multi.sh.orig Sun Dec 19 01:44:14 2004
|
|
+++ pgms/multi.sh Sun Dec 19 01:44:24 2004
|
|
@@ -14,6 +14,7 @@
|
|
#
|
|
###############################################################################
|
|
ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
|
|
+cd ${TMPDIR}
|
|
instance=1
|
|
while [ $instance -le $1 ]; do
|
|
/bin/sh $BINDIR/tst.sh &
|