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