shithub: rc

ref: c1a707427fbbb5129e467516fc671e976ee3e398
dir: /osuny/

View raw version
#!/bin/rc -x
# 2022-04-09T23:21:30-04:00
rfork e
host=osuny.inri.net
auth=auth.inri.net
sys=`{echo $host | awk -F '.' '{print $1}'}
switch($1){
case -m
	rimport -c -s $sys $host / /n/$sys
case -t
	rfork n &&
	rimport osuny.inri.net /net &&
	telnet -r tcp!$host!666
case -tt
	rfork n &&
	rimport osuny.inri.net /net &&
	telnet -r tcp!$host!7734
case -s
	ssh bbs@$host
case -ss
	ssh tcp!osuny.bell-labs.co!999
case *
	if(~ $service cpu terminal){
		label $sys
		rcpu -h $host $*
	}
	if not
		drawterm -h $host -a $auth $*
}