Mercurial > hg > cc > valhalla
annotate 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 |
| rev | line source |
|---|---|
|
0
fdd3f8a16fd4
shared scripts on valhalla cluster
Henry Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
1 #!/bin/bash |
|
fdd3f8a16fd4
shared scripts on valhalla cluster
Henry Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
2 cat $1 | parallel -j40 -N1 --pipe '{ sleep 1 ; hostname ; cut -f 39 -d \ /proc/$$/stat ; cat ; date +"%M:%S" ; }|paste -sd:' |
