ref: 15f05a0ca14c062e2f718cff0af2f097c6e6d228
dir: /rachael/
#!/bin/rc -x
# 2024-07-02T22:28:16-04:00
rfork e
host=rachael.inri.net
vnc=192.168.1.202:0
switch($1){
case -f
sshfs -o idmap'='user,allow_other,uid'='1000,gid'='1000 sl@rachael.inri.net:/ /n/rachael
case -m
sshfs -s $host.$user.$pid -m /n/rachael -r / $user@$host
case -v
rfork n
sshnet $host &&
window -m vncv $vnc
case *
label $host &&
ssh $host $*
}