[Bash] Script for monitoring content of website
Imagine that you are waiting for marks from exam. Lecturer is going to publish them on his website, but you don’t know when. I’ve created following script, because I don’t like pressing F5 for hours 🙂 You have to provide address of website, and if website changes, script will open firefox and show notification. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #!/bin/sh # Wojtek Jamrozy www.wojtekrj.net if […