Update strun.sh
This commit is contained in:
parent
e4297e7064
commit
5e743679fa
16
strun.sh
16
strun.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue