shithub: 9scripts

Download patch

ref: 44169dbfddf55a45fdef6d9cb813034aacdf0273
parent: f0b82480b1c9cd03cd94ae15148b376eab3c04ed
author: glenda <glenda@9front.local>
date: Sat Nov 28 02:30:56 EST 2020

added a respawn script

--- /dev/null
+++ b/respawn
@@ -1,0 +1,4 @@
+#! /bin/rc -e
+while(){
+	$*
+}
--- a/restore
+++ b/restore
@@ -1,5 +1,5 @@
 #!/bin/rc
-cp ./df ./email-login ./riostart ./clear ./chat ./gridstart ./screenshot ./sysbuild $home/bin/rc
+cp ./df ./email-login ./riostart ./clear ./chat ./gridstart ./screenshot ./sysbuild ./respawn $home/bin/rc
 cp color $home/
 ./install-go.rc
 ./pull9front