File renamed without changes
db / find_erb_without_html.sh
Last active 3 months ago
No changes
| @@ -0,0 +1,3 @@ | |||
| 1 | + | #!/bin/sh | |
| 2 | + | ||
| 3 | + | find . -name "*.erb" |rg --pcre2 '^(?!.*(html).*$)([^\n]*)' | |
Last active 3 months ago
File renamed without changes
No changes
| @@ -0,0 +1,3 @@ | |||
| 1 | + | #!/bin/sh | |
| 2 | + | ||
| 3 | + | find . -name "*.erb" |rg --pcre2 '^(?!.*(html).*$)([^\n]*)' | |