index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
bin/9
10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/9 b/bin/9
new file mode 100755
index 00000000..ff1a928d
--- /dev/null
+++ b/
bin/9
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+export PLAN9=/usr/local/plan9
+export PATH=$PLAN9/bin:$PATH
+
+case $# in
+[1-9]*)
+ exec "$@"
+ ;;
+esac