db revised this gist 2 weeks ago. Go to revision
1 file changed, 0 insertions, 0 deletions
find_erb.sh renamed to find_erb_without_html.sh
File renamed without changes
db revised this gist 2 weeks ago. Go to revision
No changes
db revised this gist 2 weeks ago. Go to revision
1 file changed, 3 insertions
find_erb.sh(file created)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | #!/bin/sh | |
| 2 | + | ||
| 3 | + | find . -name "*.erb" |rg --pcre2 '^(?!.*(html).*$)([^\n]*)' | |