From f1004cac59fdd00b300e425d9c64bc4d96eb9beb Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 8 Feb 2023 11:51:57 +0100 Subject: [PATCH] modified: claunch.sh --- claunch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/claunch.sh b/claunch.sh index 5ef8f3c..77a968d 100755 --- a/claunch.sh +++ b/claunch.sh @@ -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