shithub: rc

Download patch

ref: 46f496eb000ddaef9961cccf50eeea55ab25fd4e
parent: 9364ce451d5ed81f8b05cf69c2e7c366aae193e2
author: qwx <qwx@sciops.net>
date: Wed Jan 7 05:48:37 EST 2026

remove bin/dmus: use fork one instead

--- a/bin/dmus
+++ /dev/null
@@ -1,17 +1,0 @@
-#!/bin/rc -b
-#sf2=sc55.v3.7.sf2
-sf2=patch93.sc-55.sf2
-# midipipe -r >/dev/usb/ep10.2/data
-if(test -f /srv/midi)
-	c=( '{' games/mid2s -m '|' tee -a /srv/midi '|' dd -if /dev/zero '}' )
-if not if(test -f /lib/midi/sf2/$sf2)
-	c=(games/sf2mid /lib/midi/sf2/$sf2)
-if not if(test -f /mnt/wad/genmidi)
-	c=(games/dmid '|' games/opl3)
-if not
-	c=(games/midi -c)
-if(~ `{file -m $1} audio/mus)
-	c=(games/mus '<' $1 '|' $c)
-if not
-	c=('<' $1 $c)
-eval $c
--