diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-12-15 20:55:41 +1030 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-12-15 20:55:41 +1030 |
commit | 3749e92cdb88a157f99c0709a264bd508603be9b (patch) | |
tree | 49ce703965ba4114490729c5aeabd9ba120d9b78 /rc/bin/src | |
parent | 404c901f299c4d93cb159a3c44c2977a25408319 (diff) | |
parent | 32291b52bcbd6976051acff1692b571e321ac859 (diff) | |
download | plan9front-3749e92cdb88a157f99c0709a264bd508603be9b.tar.xz |
merge
Diffstat (limited to 'rc/bin/src')
-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'* |