diff --git a/.scripts/tc-text-scan b/.scripts/tc-text-scan index 366619f6..65d03b74 100755 --- a/.scripts/tc-text-scan +++ b/.scripts/tc-text-scan @@ -1,10 +1,28 @@ #!/bin/sh -while read -r i; do - echo -n "# " - file "$i" - grep -m1 "\`" "$i" - grep -m1 "oe" "$i" -done <