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