Archive for March, 2008
Yahoo notification script
Sunday, March 23rd, 2008Here is a quick script I wrote for my dad so that when he logs in it will tell him if he’s got any new messages. If it was anything other than a basic yahoo account (webmail only, no POP or IMAP) I could have used the mail-notification package #!/bin/bash #requires packages libnotify-bin, fetchyahoo # [...]