Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.18 KB | None | 0 0
  1. version="0.1"  
  2. depends="streamripper"
  3.  
  4. whiptail --title "NERADIO WE KILL FM STATIONS" --msgbox "use streamripper to ripp stations." 8 78
  5. function HouseTrance () {
  6. streamripper http://fire2.neradio.com
  7. }
  8.  
  9. function Sweden () {
  10. streamripper http://bigbrother.dinmamma.be:8000
  11. }
  12.  
  13. function Hard̈́style () {
  14. streamripper http://load.hardstyle.nu:443
  15. }
  16.  
  17. ##################################################################################################################
  18. OPTION=$(whiptail --title "Test Menu Dialog" --menu "Choose your Station" --backtitle "Version $version" 15 80 4 \
  19. "HouseTrance" "House Trance" \
  20. "Sweden" "Sweden" \
  21. "Hard̈́style" "Hard̈́style" \
  22. "QUIT" "Close This Program Say Bye!..." 3>&1 1>&2 2>&3)
  23. exitstatus=$?
  24.  
  25. if [ $exitstatus = 0 ]; then
  26.   red "Your chosen option:" $OPTION
  27. $OPTION
  28. else
  29.   red "You chose Cancel."
  30.   fi
  31. ##################################################################################################################
  32. # If You Got Problem or somthing like that email: hyntish82@gmail.com                                     #
  33. ##################################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement