shithub: 9scripts

Download patch

ref: 1f6b9d22d36136f4161887be3c748b264cd5063d
parent: 755f4ba69a0caebccc8d7e2eaa24ae559ee34db2
author: glenda <glenda@9front.local>
date: Tue Nov 24 01:51:15 EST 2020

added more things

--- /dev/null
+++ b/patch-rio
@@ -1,0 +1,5 @@
+#!/bin/rc
+bind -ac /dist/plan9front /
+cd /sys/src/cmd/rio
+hget https://ftrv.se/_/9/patches/rio-themes.patch | hg patch -f --no-commit -
+mk install
--- /dev/null
+++ b/pull9front
@@ -1,0 +1,4 @@
+#!/bin/rc
+cd /dist/plan9front
+hg pull
+hg update -c
--- a/restore
+++ b/restore
@@ -2,3 +2,5 @@
 cp ./df ./email-login ./riostart ./screenshot $home/bin/rc
 cp color $home/
 ./install-go.rc
+./pull9front
+./patch-rio