Created
April 27, 2014 11:09
-
-
Save oazabir/11343045 to your computer and use it in GitHub Desktop.
Monitor various websites
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /home/ | |
./monitorsite http://blog.omaralzabir.com/about/ islamblog.log "[ERROR]IslamBlog" [email protected] | |
./monitorsite http://omaralzabir.com/using-custom-font-without-slowing-down-page-load/ omarblog.log "[ERROR]OmarBlog" [email protected] | |
./monitorsite http://quranerkotha.com/aboutus/ quranerkotha.log "[ERROR]QuranerKotha" [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment