1
0
mirror of https://github.com/adrlau/random-scripts.git synced 2025-05-15 11:52:00 +02:00

modified: claunch.sh

This commit is contained in:
= 2023-02-08 11:51:57 +01:00
parent fcce1c25e1
commit f1004cac59

@ -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