shithub: rc

Download patch

ref: c8cf94d4ed9a0edc1941168cb430750b9f3b48d5
parent: 26fb5eb9efc7fe76b45cafefd313d1d2a9ccd9d6
author: sl <sl@frank>
date: Thu Nov 6 21:50:23 EST 2025

oktr: the "more" message should be harmless if executed. ( more ) -> # more

--- a/oktr
+++ b/oktr
@@ -18,7 +18,7 @@
 	echo hget $url '  '	# unicode 00a0 at the end
 	echo
 	hget $url | 
-		awk 'NR<'^$lines^'{print; next}{ print "\n( more )  "; exit}'	# unicode 00a0 at the end
+		awk 'NR<'^$lines^'{print; next}{ print "\n# more"; exit}'	# unicode 00a0 at the end
 	echo
 	echo
 }
--