mplayer smb script

This commit is contained in:
Kolan Sh 2011-04-07 14:10:05 +04:00
parent a6a42d7a74
commit 8521cb77f6
1 changed files with 3 additions and 0 deletions

3
bash/scripts/smb_mplayer.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
(mplayer `echo "$@"|cut -d# -f2|sed s/:/':\/\/'/` &>/dev/null)&