git: 9front

Download patch

ref: 4c64c5023f8250a3d5b816f53223f30b6b8aa8cf
parent: 50b303ae84a3683fdeedcb991a3ee0deea4b2cd5
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue May 8 08:39:30 EDT 2012

play: boost priority

--- a/rc/bin/play
+++ b/rc/bin/play
@@ -75,6 +75,9 @@
 	shift
 }
 
+# boost priority
+@{echo pri 13 >/proc/$pid/ctl} >/dev/null >[2=1] 
+
 >$out {
 	if(~ $#* 0){play1; exit}
 	for(i){echo $i} | play1 plain 
--