Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/lib/wins/1280x800

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


if (test -e $home/lib/wins/rio.common)
	rc $home/lib/wins/rio.common

window $lmar,0,$rmar,$bmar acme -l lib/wins/acmedump.
window $rmar,0,$wid,$ht stats -lmisew

@{
	sleep 3 # make sure fgui's around to ask for needed passwords
	echo -n 'open /imap/9srv.net/a 9srv' > /mail/fs/ctl	# IMAP to 9srv? ew.
	#echo -n 'open /imap/dalet.strand1.com/anthony dalet' > /mail/fs/ctl
	echo -n 'open /imap/tet.strand1.com/anthony tet' > /mail/fs/ctl
	#echo -n 'open /pop/pop.gmail.com/anothy@gmail.com gmail' > /mail/fs/ctl

	mboxes=`{for (i in /mail/fs/*) {if(test -d $i) {echo -n ' -m '$i}}}
	window 0,0,$lmar,$ht nfaces -i $mboxes
}&

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.