summarylogtreecommitdiffstats
path: root/9
diff options
context:
space:
mode:
authoraksr2016-01-02 12:33:40 +0100
committeraksr2016-01-02 12:33:40 +0100
commit5dce255d5f290a8f3bab2c809f71d0a3f87a2292 (patch)
tree238a6ffe487b32b39d2dc9128fbb50d27dccd254 /9
downloadaur-5dce255d5f290a8f3bab2c809f71d0a3f87a2292.tar.gz
Start.
Diffstat (limited to '9')
-rw-r--r--913
1 files changed, 13 insertions, 0 deletions
diff --git a/9 b/9
new file mode 100644
index 000000000000..4032398039b8
--- /dev/null
+++ b/9
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+P9BASE=${P9BASE:-/opt/9base}
+export P9BASE
+
+case "$PATH" in
+ $P9BASE/bin:*) ;;
+ *) export PATH=$P9BASE/bin:$PATH ;;
+esac
+
+if [ $# -gt 0 ]; then
+ exec "$@"
+fi