Update strun.sh

This commit is contained in:
Adrian G L 2023-02-27 17:38:37 +01:00 committed by GitHub
parent e4297e7064
commit 5e743679fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -87,14 +87,14 @@ if [ ! -f "$file" ]; then
exit 1 exit 1
fi fi
#if print status ##if print status
echo "language: $language" #echo "language: $language"
echo "filetype: $filetype" #echo "filetype: $filetype"
echo "runner: $runner" #echo "runner: $runner"
echo "file: $file" #echo "file: $file"
echo "file content:" #echo "file content:"
cat $file #cat $file
echo "" #echo ""
#run file #run file
eval $runner $file eval $runner $file