This commit is contained in:
Marc Beninca 2024-11-17 21:46:01 +01:00
parent 808d0dc064
commit 0d3d0bc211
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -2,7 +2,7 @@
main_commands() { main_commands() {
local file="${1}" local file="${1}"
grep "{\$" "${file}" | grep "()" "${file}" |
cut --delimiter "(" --fields 1 cut --delimiter "(" --fields 1
} }