Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true; do
- wget -qO- http://eu.battle.net/wow/en/status | grep -B 4 Khadgar | grep Down && echo $?
- if [ ! $? -eq 0 ]
- then
- aplay "/home/azelphur/.wine/drive_c/Program Files/World of Warcraft/Data/Sound/fishing.ogg"
- exit
- fi
- sleep 30
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement