| 1 | #!/bin/sh |
| 2 | |
| 3 | find . -name "*.erb" |rg --pcre2 '^(?!.*(html).*$)([^\n]*)' |
db / find_erb_without_html.sh
Last active 3 months ago
Revision a2b95458cf5cdda6148f7cf011bf953136a9034d
Last active 3 months ago
Revision a2b95458cf5cdda6148f7cf011bf953136a9034d
| 1 | #!/bin/sh |
| 2 | |
| 3 | find . -name "*.erb" |rg --pcre2 '^(?!.*(html).*$)([^\n]*)' |