Artifact d778a78ed8f714e785c8f4638172d217de3e770a:
- Executable file testlocking/testlock.sh — part of check-in [27718f7cf5] at 2022-06-08 20:09:49 on branch v1.70 — Turn off runremote reset of 180 sec (user: matt, size: 246) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash HRS=$(date +%H) MINS=$(($(date +%M) + 1)) if [[ $MINS -lt 10 ]];then MINS="0${MINS}" fi THETIME="$HRS:$MINS" echo "THETIME=$THETIME" for x in a b c d e f g h i j;do echo "megatest -load justtest.scm > $x.log" | at $THETIME done