utils/mplayer-remote
author viric@mandarina
Mon, 28 Apr 2008 21:37:16 +0200
changeset 89 2692e4742267
parent 8 af5545cb286e
permissions -rwxr-xr-x
Moving the utils from stdinmix to tm.

#!/bin/sh

if [ $1 == "-b" ]; then
  echo "seek -4" | tm
elif [ $1 == "-p" ]; then
  echo "pause" | tm
elif [ $1 == "-q" ]; then
  echo "quit" | tm
fi