ch20 files

This commit is contained in:
Luciano Ramalho
2021-01-29 21:05:03 -03:00
parent 07856d4f30
commit a3bf91bc59
9 changed files with 945 additions and 28 deletions

View File

@@ -0,0 +1,2 @@
#/bin/bash
for i in {1..20}; do echo -n $i; python3 procs.py $i | tail -1; done