db

db / find_erb_without_html.sh

Last active 3 months ago

Like 0

db revised this gist 8 months ago · a2b9545

1 file changed

find_erb.sh renamed to find_erb_without_html.sh

File renamed without changes

db revised this gist 8 months ago · 8300232

No changes

db revised this gist 8 months ago · 7dcaadd

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]*)'