From 5e743679fa21f986168e7154110714c937ec466a Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Mon, 27 Feb 2023 17:38:37 +0100 Subject: [PATCH] Update strun.sh --- strun.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/strun.sh b/strun.sh index 6b5850a..e104917 100644 --- a/strun.sh +++ b/strun.sh @@ -87,14 +87,14 @@ if [ ! -f "$file" ]; then exit 1 fi -#if print status -echo "language: $language" -echo "filetype: $filetype" -echo "runner: $runner" -echo "file: $file" -echo "file content:" -cat $file -echo "" +##if print status +#echo "language: $language" +#echo "filetype: $filetype" +#echo "runner: $runner" +#echo "file: $file" +#echo "file content:" +#cat $file +#echo "" #run file eval $runner $file