From 3fddfb9f50c4a2a7a201fddd05bd530abe599f73 Mon Sep 17 00:00:00 2001 From: PoornaYuavarj-007 <192411254.simats@saveetha.com> Date: Mon, 17 Aug 2026 07:05:07 +0000 Subject: [PATCH] removed - from line 83 --- cppx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cppx b/cppx index 0f11413..884cb2b 100644 --- a/cppx +++ b/cppx @@ -80,8 +80,7 @@ if [ "$1" == "-cp" ]; then if [ $? -eq 0 ]; then echo -e "${GREEN}compilation successful${NC}" echo -e "${YELLOW}running - input - '${input_file}'...${NC}" - echo -e "${BLUE}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" - + echo -e "${BLUE}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" ./"$executable" < "$input_file" > "$output_file"