diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-12 22:47:56 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-12 22:47:56 +0200 |
commit | eb87ef2d3b25226acaea35b6728c51b9e3cc23d4 (patch) | |
tree | 6690b3b92335ce02ab610051c14979e5265c4f2b | |
parent | 82341d37ce9b6a9cb12d7ed56ae135326b74ac9e (diff) | |
download | plan9front-eb87ef2d3b25226acaea35b6728c51b9e3cc23d4.tar.xz |
add terminal cpu script
-rw-r--r-- | rc/bin/tcpu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc/bin/tcpu b/rc/bin/tcpu new file mode 100644 index 000000000..d87a5ae65 --- /dev/null +++ b/rc/bin/tcpu @@ -0,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 & |