Skip to content

Commit

Permalink
Update TermiC.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoglu authored Aug 16, 2023
1 parent 6630e55 commit 5d92272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TermiC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addInclude=""
[[ $1 == "tcc" ]] && compiler="tcc"
[[ $1 == "cpp" ]] || [[ $0 =~ \+\+ ]] && lang="c++" && compiler="g++ -fpermissive" && extension="cpp" && addInclude="#include <iostream>\nusing namespace std;\n"
command -v bat > /dev/null 2>&1 && catcmd="bat -p -l $lang" || catcmd=cat
echo TermiC 1.2.2V
echo TermiC 1.3.0V
echo Language: $lang
echo Compiler: $compiler
echo Type \'help\' for additional information
Expand Down

0 comments on commit 5d92272

Please sign in to comment.