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