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

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


#!/bin/rc

auth/fgui &
window -minx 100 -dy 60 'winwatch -f /lib/font/bit/freefont/sans/sans.18.font -e ''^(winwatch|n?faces)'''

newwin 'echo -n kprint > /dev/label; echo -n hide > /dev/wctl; cat /dev/kprint'
newwin rc
newwin 'acme -l lib/wins/acmedump.big'
newwin 'rio -s'
newwin 'cpu -c amail'

@{
	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 -dx 100 '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.