From d7120ecb77c22496678e2352ed3782b411215118 Mon Sep 17 00:00:00 2001 From: Sigrid Date: Thu, 10 Dec 2020 10:33:42 +0100 Subject: [PATCH] src: work on awk scripts too, see "src valley" (thanks phil9) --- rc/bin/src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/bin/src b/rc/bin/src index b2de4dc4c..1855a6044 100755 --- a/rc/bin/src +++ b/rc/bin/src @@ -13,6 +13,8 @@ fn dbsrc{ fn go{ type=`{file <$1 | sed 's/stdin: //'} switch($type){ + case 'Ascii' + plumbit $1 '(ascii file)' case 'rc executable file' plumbit $1 '(rc executable)' case *executable* *'plan 9 boot image'*