diff options
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 |