dev/bash/mplayer/smb_mplayer.sh

4 lines
77 B
Bash
Executable File

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