ref: e3fd8f1a5605ba41454588478a2bddf956cee5c5
dir: /deckard/
#!/bin/rc
# 2025-11-18T20:12:02-05:00
rfork e
host=deckard.inri.net
auth=auth.inri.net
sys=fs
switch($1){
case -g
rimport -a $sys /srv &&
hub gridchat
case -m
rimport -c -s $sys $host / /n/$sys
case *
if(~ $service cpu terminal){
label $sys
rcpu -h $host $*
}
if not
drawterm -h $host -a $auth $*
}