Advertisement
Azelphur

Untitled

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