modified: claunch.sh

main
= 2023-02-08 11:51:57 +01:00
parent fcce1c25e1
commit f1004cac59
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ if [ -f "$dir/${file%.*}" ]; then
fi
fi
#checking if file is cpp or c
if [ ${file: -4} == ".cpp" ]; then
if [ $gcc = false ]; then