File loadwatch/testopenlava.sh artifact 1f61657fdf part of check-in 047e6962b4
#!/bin/bash job_order=$1 job_length=$2 echo "START: $job_order" > $job_order.log sleep $job_length echo "END: $job_order" >> $job_order.log
#!/bin/bash job_order=$1 job_length=$2 echo "START: $job_order" > $job_order.log sleep $job_length echo "END: $job_order" >> $job_order.log