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)&