ref: 0ca645d1cd57d28f9566808da483c8d374c09868
parent: d639e19c0499c3cff2822a175eb73e3f563b0591
author: qwx <qwx@sciops.net>
date: Wed Oct 28 20:34:32 EDT 2020
add bindbins: more random script directories also add kbmap workaround for riow
--- /dev/null
+++ b/bindbins
@@ -1,0 +1,11 @@
+#!/bin/rc
+if(test -d $home/p/rc)
+ bind -a $home/p/rc /bin
+if(test -d $home/p/pico)
+ touch $home/bin/rc/pico && bind $home/p/pico/pico $home/bin/rc/pico
+if(test -d $home/p/notes/bin)
+ bind -a $home/p/notes/bin /bin
+if(test -d /sys/lib/go/amd64-1.15.2/bin)
+ bind -a /sys/lib/go/amd64-1.15.2/bin /bin
+if(test -f $home/p/rc/fn)
+ . $home/p/rc/fn
--- a/cpurio
+++ b/cpurio
@@ -10,12 +10,7 @@
bind -c $home/tmp /tmp
bind -a $home/bin/rc /bin
bind -a $home/bin/$cputype /bin
-if(test -d $home/p/rc)
- bind -a $home/p/rc /bin
-if(test -d $home/p/notes/bin)
- bind -a $home/p/notes/bin /bin
-if(test -f $home/p/dot/fn)
- . $home/p/dot/fn
+test -f $home/p/rc/bindbins && . $home/p/rc/bindbins
if(! ~ $sysname u16 && test -f /tmp/sk){
auth/factotum
auth/aescbc -d </tmp/sk | read -m >/mnt/factotum/ctl
@@ -35,5 +30,7 @@
echo master 40 >'#A/volume'
echo accelerated 3 >'#m'/mousectl
prompt=('; ' ' ')
+# FIXME
+cat /sys/lib/kbmap/us >/dev/kbmap
rio -i riostart
# might be nice to do dontkill '^(rio|rc)$'
--- a/vncrio
+++ b/vncrio
@@ -4,12 +4,7 @@
bind -c $home/tmp /tmp
bind -a $home/bin/rc /bin
bind -a $home/bin/$cputype /bin
-if(test -d $home/p/rc)
- bind -a $home/p/rc /bin
-if(test -d $home/p/notes/bin)
- bind -a $home/p/notes/bin /bin
-if(test -f $home/p/dot/fn)
- . $home/p/dot/fn
+test -f $home/p/rc/bindbins && . $home/p/rc/bindbins
if(test -f /tmp/sk){
auth/factotum
auth/aescbc -d </tmp/sk | read -m >/mnt/factotum/ctl
@@ -20,4 +15,6 @@
plumber
echo accelerated 5 >'#m'/mousectl
prompt=('; ' ' ')
+# FIXME
+cat /sys/lib/kbmap/us >/dev/kbmap
rio