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