Vote count:
0
I am trying to creating a multithreaded shell script.
#! /bin/sh
until [ ! $a -lt 10 ]
do
go test > "Filename"
a=`expr $a + 1`
done
I want to create 5 instances of the same program so that the command "go test" is executed 5 times concurrently.
asked 13 secs ago
Creating a Multithreaded shell script
Aucun commentaire:
Enregistrer un commentaire