Skip to content

Simple Bash script for checking if a website has been updated.

License

Notifications You must be signed in to change notification settings

NivardoX/CheckForChanges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check For Changes

Simple Bash script for checking if a website has been updated. Since it uses "say" script to notify changes on the specified website, I guess it will only work properly on macOS. I'm going to check/improve that soon.

Setup

Clone this repository, or copy/save the raw file.

git clone https://github.com/GabrielaBezerra/CheckForChanges.git

Make the script executable.

chmod +x check-for-changes

Usage

./check-for-changes "<url>" "<message>" [<interval of update in seconds>]

Example

./check-for-changes "https://www.apple.com" "Hey, Apple site changed\!" 5

About

Simple Bash script for checking if a website has been updated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%