18 lines
233 B
Bash
Executable File
18 lines
233 B
Bash
Executable File
#!/bin/sh
|
|
# V0.1
|
|
|
|
|
|
### DEFINITIONS
|
|
|
|
MY_PATH="$(pwd)"
|
|
. $MY_PATH/bin/_inc/def_text_coloring.sh
|
|
stream2play=`cat /tmp/kitchenradio.m3u`
|
|
|
|
|
|
### PRORGAM
|
|
|
|
echo
|
|
echo "${BGre}Start playing ...${RCol}"
|
|
echo
|
|
|
|
mplayer -slave -quiet $stream2play |