From aa6232d551ead642dcfc4919735771d57a128aba Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 7 Apr 2011 18:48:40 +0400 Subject: [PATCH] mplayer --- bash/mplayer/smb_mplayer.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bash/mplayer/smb_mplayer.sh diff --git a/bash/mplayer/smb_mplayer.sh b/bash/mplayer/smb_mplayer.sh new file mode 100755 index 0000000..1894b47 --- /dev/null +++ b/bash/mplayer/smb_mplayer.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +(mplayer `echo "$@"|cut -d# -f2|sed s/:/':\/\/'/` &>/dev/null)&