From 0d3d0bc21136de394a89becdb09e37bfcb729be4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 17 Nov 2024 21:46:01 +0100 Subject: [PATCH] () --- shell/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.sh b/shell/main.sh index 37dfdfc..5fe13d8 100644 --- a/shell/main.sh +++ b/shell/main.sh @@ -2,7 +2,7 @@ main_commands() { local file="${1}" - grep "{\$" "${file}" | + grep "()" "${file}" | cut --delimiter "(" --fields 1 }