shithub: rc

Download patch

ref: 7df951fac4c458d477ea9009991045d8106c2fb0
parent: 3dcebe86a3ddfe07d73c559954de34ed88fce393
author: qwx <qwx@sciops.net>
date: Tue Jan 5 22:20:28 EST 2021

swap z and z2, z2 was common usage

--- a/z
+++ b/z
@@ -1,4 +1,4 @@
 #!/bin/rc
-list=$1
-shift
-theme=$home/lib/theme/dicks audio/zuke -cpD $* <$list
+rfork n
+theme=$home/lib/theme/dicks
+audio/mkplist $* >[2]/dev/null | audio/zuke -cpD
--- a/z2
+++ b/z2
@@ -1,4 +1,4 @@
 #!/bin/rc
-rfork n
-theme=$home/lib/theme/dicks
-audio/mkplist $* >[2]/dev/null | audio/zuke -cpD
+list=$1
+shift
+theme=$home/lib/theme/dicks audio/zuke -cpD $* <$list