From c8be116bd03b01d5c31fe6e0f6d43c9194d636f8 Mon Sep 17 00:00:00 2001 From: Chao Yuhao <54200123+chaoyuhao@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:20:09 +0800 Subject: [PATCH] Update runAll.sh Moer not MOER --- runAll.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runAll.sh b/runAll.sh index 7ec9d1e9..13137706 100755 --- a/runAll.sh +++ b/runAll.sh @@ -1,4 +1,4 @@ for file in $(ls $1); do -target/bin/MOER "$1/${file}/" -done \ No newline at end of file +target/bin/Moer "$1/${file}/" +done