diff options
author | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
commit | 6b402b83cffc97015345dab1c27c35afe64bb3db (patch) | |
tree | b525f9443564682c46f8c36af6a4d238bd39a756 /rc/bin/9fs | |
parent | dbe0a995f03f26ea2b6859d21df3bd67856d672d (diff) | |
download | plan9front-6b402b83cffc97015345dab1c27c35afe64bb3db.tar.xz |
import E script from bell labs
Diffstat (limited to 'rc/bin/9fs')
-rwxr-xr-x | rc/bin/9fs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc/bin/9fs b/rc/bin/9fs index 578120680..1a06cab85 100755 --- a/rc/bin/9fs +++ b/rc/bin/9fs @@ -71,6 +71,12 @@ case *.vac vacfs -m /n/`{basename $1 .vac} `{cat $score} case wiki srv -m 'net!plan9.bell-labs.com!wiki' wiki /mnt/wiki +case ingenic + ftpfs -qKm /n/ingenic -a $user@$sysname ftp.ingenic.com +case kernel + ftpfs -qKm /n/kernel -a $user@sysname ftp.kernel.org +case qrstuv + srv -nqmC tcp!fs.9paste.net qrstuv case * switch($#*){ case 1 |