aboutsummaryrefslogtreecommitdiff
path: root/bin/9fs
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2020-02-11 13:40:11 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2020-02-11 13:40:11 +0100
commit9c79e48c93c0c4d14aabcb490fab048d68934cb2 (patch)
tree1d57d3fd193621a2357473bb65b92190914c5736 /bin/9fs
parent02d7aa8915f9c3a3288dab01f321eb94ba219e3b (diff)
parent0237dec768a4ee36ae9e18ce8566d2c999d78410 (diff)
downloadplan9port-9c79e48c93c0c4d14aabcb490fab048d68934cb2.tar.gz
plan9port-9c79e48c93c0c4d14aabcb490fab048d68934cb2.tar.bz2
plan9port-9c79e48c93c0c4d14aabcb490fab048d68934cb2.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'bin/9fs')
-rwxr-xr-xbin/9fs4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/9fs b/bin/9fs
index fffdc35b..467b3191 100755
--- a/bin/9fs
+++ b/bin/9fs
@@ -19,10 +19,8 @@ fn srv1 {
ns=`{namespace}
switch($1){
-case tip
- srv1 -a tip utumno.tip9ug.jp
case sources
- srv1 -n sources sources.cs.bell-labs.com
+ srv1 -n sources 9p.io
case *
srv1 $1 $1
}