ref: 1b83241eb81b63b74c217935ca3a611828152a44
parent: ec001e37d60158a50634db11b7e5353c9d12d18f
author: sl <sl@x61t>
date: Tue Jul 8 20:38:37 EDT 2025
add rachael
--- /dev/null
+++ b/rachael
@@ -1,0 +1,18 @@
+#!/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 $*
+}
--
⑨