From 78ac5b0dcccadaab7accf0f724d6ebf3e30b3549 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 23 Oct 2013 20:15:04 +0200 Subject: [PATCH] tc-text-scan: proper whiler --- .scripts/tc-text-scan | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) 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 <