shithub: rc

Download patch

ref: 19fad872aacb3011724176d75c60cb7ca0eafcd6
parent: 88168340f38672f86ddda70c2666b48b711161d9
author: sl <sl@x61t>
date: Sat Sep 13 19:29:20 EDT 2025

r: rio -> bof

--- a/r
+++ b/r
@@ -1,6 +1,6 @@
 #!/bin/rc
-# 2025-08-16T20:35:02-04:00
-# launch rio.
+# 2025-09-13T19:11:20-04:00
+# launch bof.  http://shithub.us/qwx/fork/HEAD/info.html
 # copy this file to $home/bin/rc and modify to suit.
 # use with: http://plan9.stanleylieber.com/rc/tobit
 . /$cputype/mkfile
@@ -20,7 +20,7 @@
 	font=/lib/font/bit/vga/unicode.font
 }
 truetypefs
-riocmd=(rio.themes)
+riocmd=(bof)
 switch($*){
 case -t
 	bind $home/lib/rio.theme.orig $home/lib/rio.theme
@@ -45,7 +45,7 @@
 	exec $riocmd -i $home/lib/riostart
 }
 #exec $riocmd -B <{tobit $riob} -i $home/lib/riostart	# old
-if(~ $riocmd rio.themes){
+if(~ $riocmd bof){
 	riob=`{basename `{fortune <{hget http://bg.stanleylieber.com/index}}}
 	ramfs -m /n/bg &&
 	hget http://bg.stanleylieber.com/img/bg/$riob >/n/bg/$riob &&
--