Mercurial > hg > cc > valhalla
view bin/hack2.sh @ 1:b071cc318d10 default tip
long ago
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 28 Aug 2025 10:51:05 +0100 |
| parents | fdd3f8a16fd4 |
| children |
line wrap: on
line source
#!/bin/bash cat $1 | parallel -j40 -N1 --pipe '{ sleep 1 ; hostname ; cut -f 39 -d \ /proc/$$/stat ; cat ; date +"%M:%S" ; }|paste -sd:'
