shithub: rc

Download patch

ref: f5df6f147da7f3f4ea4179f460b611fb87ad407f
parent: f07569f5b3e61db3641d01c45c77a3e749e0763f
author: sl <sl@x1yg3>
date: Sun Jul 6 18:58:42 EDT 2025

add ntput

--- a/INDEX
+++ b/INDEX
@@ -44,6 +44,7 @@
 nk - Install new kernel for Intel/AMD machines.
 nml - Mailing list script called from /mail/box/$list/pipeto.
 nn - run webcookies/webfs, populate factotum from secstore, perform some binds, run plumber.
+ntput - test network throughput
 osuny - rcpu to or rimport from osuny.bell-labs.co
 r - setup environment and run rio.
 rag - save image under http://notreally.info/transport/spacecraft/ragnarok/img/
--- /dev/null
+++ b/ntput
@@ -1,0 +1,3 @@
+#!/bin/rc
+# test network throughput
+rx $1 'cat /dev/zero' | tput
--