minor updates

This commit is contained in:
Josh Ashton
2023-06-24 23:31:27 -06:00
parent 5e3db229df
commit 3206768096
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -95,6 +95,8 @@ if [[ $TYPE == "c" ]]; then
echo "Output..."
./a.out $ARGS
rm a.out
# Run C# app.
elif [[ $TYPE == "cs" ]]; then
clear