This file contains hidden or 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 | |
# GeekTool script to display status of websites you monitor. See http://projects.tynsoe.org/en/geektool/ | |
# Displays name of site if there's no error. Adds "!!!!" in front of unavailable site. | |
# Sends an email when a site is unavailable. | |
ARRAY=( | |
'awebsite.com' | |
'anotherwebsite.com' | |
'onemore.com' | |
) |
NewerOlder