summaryrefslogtreecommitdiff
path: root/other/stress.sh
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2024-02-03 14:33:16 +0100
committermzuenni <michi.zuendorf@gmail.com>2024-02-03 14:33:16 +0100
commit631335a9c1dd0fba0e17977253d0a4b033aee59a (patch)
tree9579d774a927b899f447cb6854d3d4b28f53b5f4 /other/stress.sh
parent155e414b2252a491c626d3382b6a89b13ec3b10d (diff)
fix indent
Diffstat (limited to 'other/stress.sh')
-rw-r--r--other/stress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/stress.sh b/other/stress.sh
index 39424ce..d264c2a 100644
--- a/other/stress.sh
+++ b/other/stress.sh
@@ -2,6 +2,6 @@ for i in {1..1000}; do
printf "\r$i"
python3 gen.py > input # generate test with gen.py
./a.out < input > out # execute ./a.out
- ./b.out < input > out2 # execute ./b.out
+ ./b.out < input > out2 # execute ./b.out
diff out out2 || break
done