Plan 9 from Bell Labs’s /usr/web/sources/plan9/rc/bin/rwd

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

rfork e
if(! ~ $#* 1){
	echo 'usage: remotesys=xxx rwd dir' >[1=2]
	exit usage
}

suf=''
if(~ $#remotesys 1)
	suf = @$remotesys
if not
	remotesys=''

echo -n $1 >/dev/wdir
b=`{basename $1}
if(! ~ $#b 1)
	b=/
echo -n $b^$suf >/dev/label
if(test -f /dev/acme/ctl){
	echo name $1/-$remotesys >/dev/acme/ctl
	echo dumpdir $1 >/dev/acme/ctl
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.