diff --git a/m1rc3/norruption/2/aloop b/m1rc3/norruption/2/aloop index 3b729d0..b1cf8bd 100755 --- a/m1rc3/norruption/2/aloop +++ b/m1rc3/norruption/2/aloop @@ -32,16 +32,16 @@ while true; do continue fi - echo bootsts = $bs >$DIR/stat$n + echo bootsts = $bs >$DIR/$n-stat - ./getstby $DIR/corrupt$n.bin + ./getstby $DIR/$n-corrupt.bin boot # 1.0-4.3 seconds sleep 2 - echo '\033serialboot' >$TTY + echo -e '\033serialboot' >$TTY # >= 7.9 seconds sleep 9 @@ -53,6 +53,6 @@ while true; do ./putstby standby.fpg - diff -u <(hexdup -C standby.fpg) \ - <(hexdump -C $DIR/corrupt$n.bin) >$DIR/diff$n + diff -u <(hexdump -C standby.fpg) \ + <(hexdump -C $DIR/$n-corrupt.bin) >$DIR/$n-diff done