()
This commit is contained in:
parent
808d0dc064
commit
0d3d0bc211
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue