ch20 files
This commit is contained in:
2
20-concurrency/primes/run_procs.sh
Executable file
2
20-concurrency/primes/run_procs.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#/bin/bash
|
||||
for i in {1..20}; do echo -n $i; python3 procs.py $i | tail -1; done
|
||||
Reference in New Issue
Block a user