Skip to content

Commit

Permalink
The script now can play UTHM radio #1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbiNespu committed Oct 5, 2018
1 parent 0b4b52c commit 333bdd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RadioMalaya.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ chooseRadio=$($DIALOG --stdout --title "Radio Malaya" --radiolist "Please choose
clear

case $chooseRadio in
"UTHM FM")
printf "\nPlaying ${txtcyn}UTHM FM${txtrst} from your computer...\n"
"$PLAYER" 2>/dev/null "$Uthm" ;;
"Terengganu FM")
printf "\nPlaying ${txtcyn}Terengganu FM${txtrst} from your computer...\n"
"$PLAYER" 2>/dev/null "$Terengganu" ;;
Expand Down Expand Up @@ -127,10 +130,7 @@ case $chooseRadio in
"$PLAYER" 2>/dev/null "$LambatTinggal" ;;
"Bapakku FM")
printf "\nPlaying ${txtcyn}Bapakku FM${txtrst} from your computer...\n"
"$PLAYER" 2>/dev/null "$Bapakku" ;;
"UTHM FM")
printf "\nPlaying ${txtcyn}UTHM FM${txtrst} from your computer...\n"
"$PLAYER" 2>/dev/null "$Uthm" ;;
"$PLAYER" 2>/dev/null "$Bapakku" ;;
*)
echo Oppss.. Please select ${txtylw} radio channel${txtrst} To play!
;;
Expand Down

0 comments on commit 333bdd4

Please sign in to comment.