summaryrefslogtreecommitdiff
path: root/out
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-28 21:32:18 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-28 21:32:18 +0000
commitf3fd330cddade1c66d0f101d5cc6f657c4cd1bb6 (patch)
tree87ccd4ed6ca757709164615b8cbce92932a96f21 /out
downloadplan9-f3fd330cddade1c66d0f101d5cc6f657c4cd1bb6.tar.gz
Add various tools
Diffstat (limited to 'out')
-rwxr-xr-xout9
1 files changed, 9 insertions, 0 deletions
diff --git a/out b/out
new file mode 100755
index 0000000..71fb5f0
--- /dev/null
+++ b/out
@@ -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'