File ext-tests/sixtyfivek/run-four.sh artifact ac96586fe3 part of check-in 07b36fe461
#!/bin/bash baserunname=$(date +ww%U.%w) for x in a b c d;do runname=$baserunname$x NBFAKE_LOG=$runname.log nbfake megatest -run -testpatt % -target mrdp/ip-xsc-2.0/fast -runname $runname -clean-cache sleep 5 done