3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#/bin/bash
|
|
for i in {1..20}; do echo -n $i; python3 procs.py $i | tail -1; done
|