We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f03e5b commit 368c729Copy full SHA for 368c729
submission/run.sh
@@ -14,5 +14,5 @@ for f in /sys/fs/cgroup/memory/*; do
14
done
15
cat /proc/cpuinfo
16
17
-./target/release/app ${EXTRA_FLASG:-} "$@" || \
+./app ${EXTRA_FLASG:-} "$@" || \
18
echo "ERROR: exit_code=$?"
0 commit comments