diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-10 10:33:42 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-10 10:33:42 +0100 |
commit | d7120ecb77c22496678e2352ed3782b411215118 (patch) | |
tree | 79fa384f0b46f34419b105ddd6293f7e18d23dce /rc | |
parent | cef91f23e787a9e01916b35cf35347b964f03a3b (diff) | |
download | plan9front-d7120ecb77c22496678e2352ed3782b411215118.tar.xz |
src: work on awk scripts too, see "src valley" (thanks phil9)
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/src | 2 |
1 files changed, 2 insertions, 0 deletions
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'* |