spawn to exec
This commit is contained in:
@@ -13,6 +13,6 @@ MY_PATH="$(pwd)"
|
||||
echo "Action: $1"
|
||||
|
||||
case $1 in
|
||||
1) echo "play" ;;
|
||||
"play") sh $MY_PATH/bin/start_radio.sh ;;
|
||||
*) echo "INVALID ACTION!" ;;
|
||||
esac
|
||||
@@ -19,4 +19,4 @@ echo
|
||||
echo "${BGre}Start playing $stream2play ...${RCol}"
|
||||
echo
|
||||
|
||||
#mplayer -slave -quiet $stream2play
|
||||
mplayer -slave -quiet $stream2play
|
||||
Reference in New Issue
Block a user