ref: e3fd8f1a5605ba41454588478a2bddf956cee5c5
dir: /contrib/
#!/bin/rc
# 2025-11-18T20:11:53-05:00
rfork e
host=contrib.inri.net
auth=auth.inri.net
vnc=core.sciops.net:4035
sys=`{echo $host | awk -F '.' '{print $1}'}
switch($1){
case -m
rimport -c -s $sys $host / /n/$sys
case -v
rfork n
sshnet code.9front.org &&
window -m vncv $vnc
case *
if(~ $service cpu terminal){
label $sys
rcpu -h $host $*
}
if not
drawterm -h $host -a $auth $*
}