mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add 9
This commit is contained in:
parent
266f8e128c
commit
5eead98e71
1 changed files with 10 additions and 0 deletions
10
bin/9
Executable file
10
bin/9
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export PLAN9=/usr/local/plan9
|
||||||
|
export PATH=$PLAN9/bin:$PATH
|
||||||
|
|
||||||
|
case $# in
|
||||||
|
[1-9]*)
|
||||||
|
exec "$@"
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
Reference in a new issue