Mercurial > hg > cc > cirrus_home
view bin/hdr.sh @ 155:58b90cd52c15
for 2022 exercise
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 01 Jul 2022 17:50:06 +0200 |
parents | 9a1de2c4ffe3 |
children |
line wrap: on
line source
#!/usr/bin/bash echo $(date) $(hostname) h=$(hostname) hn=${h##*n} if [ $hn -eq 0 ] then seq --format="%03.0f" $1 $2 else seq --format="%03.0f" $3 $4 fi |\ parallel --will-cite -j 48 -N 1 bin/doHdr.sh ${hn} '{#}' '{}' echo $(date) $(hostname) $?