view bin/test.sh @ 18:6662a353379a

fix a mis-folded link file
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 27 Feb 2020 17:18:02 +0000
parents b0d9fe66ce8a
children a82c325e8b32
line wrap: on
line source

#!/bin/bash
pwd
parallel --will-cite --nonall -S r1i5n0 -S r1i5n1 'echo $$ $(hostname); n=$(echo $(hostname)|cut -c 6); nohup sleep $((n*5)); echo done $n'
echo pdone