shithub: riscv

Download patch

ref: eb87ef2d3b25226acaea35b6728c51b9e3cc23d4
parent: 82341d37ce9b6a9cb12d7ed56ae135326b74ac9e
author: cinap_lenrek <cinap_lenrek@localhost>
date: Tue Jul 12 18:47:56 EDT 2011

add terminal cpu script

--- /dev/null
+++ b/rc/bin/tcpu
@@ -1,0 +1,6 @@
+#!/bin/rc
+rfork ne
+auth/keyfs -p
+aux/listen1 -t tcp!*!ticket /bin/auth/authsrv &
+service=cpu aux/listen1 tcp!*!cpu /bin/cpu -O &
+service=cpu aux/listen1 tcp!*!ncpu /bin/cpu -R &
--