Advertisement
yuch4n

Untitled

Sep 26th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. while : ; do
  3. wget -O - http://mm.my-gg.com/game/ap 2>&1 | grep '302 Found'
  4. [ $? -ne 0 ] && zenity --error --text="メンテオワタ" && exit 0
  5. sleep 60
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement