utils/mplayer-remote
changeset 89 2692e4742267
parent 8 af5545cb286e
--- 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