diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-28 21:32:18 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-28 21:32:18 +0000 |
commit | f3fd330cddade1c66d0f101d5cc6f657c4cd1bb6 (patch) | |
tree | 87ccd4ed6ca757709164615b8cbce92932a96f21 /out | |
download | plan9-f3fd330cddade1c66d0f101d5cc6f657c4cd1bb6.tar.gz |
Add various tools
Diffstat (limited to 'out')
-rwxr-xr-x | out | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/rc +if(~ $#* 0) + f=8.out +if not + f=$1 +if(test -e $f) + exec window -cd `{pwd} rc -c 'plumber; exec '^$f +echo error: $f does not exist >[1=2] +exit 'file not found' |