Moving the utils from stdinmix to tm.
authorviric@mandarina
Mon, 28 Apr 2008 21:37:16 +0200
changeset 89 2692e4742267
parent 88 a7f546938313
child 90 f172b95795d8
Moving the utils from stdinmix to tm.
utils/mpg321-remote
utils/mplayer-remote
--- a/utils/mpg321-remote	Sun Feb 17 22:27:55 2008 +0100
+++ b/utils/mpg321-remote	Mon Apr 28 21:37:16 2008 +0200
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ $1 == "-b" ]; then
-  echo "jump -100" | stdinmix
+  echo "jump -100" | tm
 elif [ $1 == "-p" ]; then
-  echo "pause" | stdinmix
+  echo "pause" | tm
 elif [ $1 == "-q" ]; then
-  echo "quit" | stdinmix
+  echo "quit" | tm
 fi
--- a/utils/mplayer-remote	Sun Feb 17 22:27:55 2008 +0100
+++ b/utils/mplayer-remote	Mon Apr 28 21:37:16 2008 +0200
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ $1 == "-b" ]; then
-  echo "seek -4" | stdinmix
+  echo "seek -4" | tm
 elif [ $1 == "-p" ]; then
-  echo "pause" | stdinmix
+  echo "pause" | tm
 elif [ $1 == "-q" ]; then
-  echo "quit" | stdinmix
+  echo "quit" | tm
 fi