shithub: rc

Download patch

ref: 9291e900065ee599d061c6a584d510f6854f53fb
parent: 89a498506e6d401f430c06ce9ced1b9d0bd49d57
author: sl <sl@x1yg3>
date: Wed Jun 25 20:15:16 EDT 2025

t: fix automatic detection of plan 9 or unix

--- a/t
+++ b/t
@@ -1,5 +1,5 @@
 #!/bin/rc
-if(~ $service unix)
-	transmission-cli $*
-if not
+if(~ $service terminal cpu)
 	ip/torrent -pv $*
+if not
+	transmission-cli $*
--