302a290c51459a60f935efa91be75253?s=100
Nick
Description

Oneliner to check site availability

down4me() {
    wget -qO - "http://www.downforeveryoneorjustme.com/$1" | sed '/just you/!d;s/<[^>]*>//g' ;
}

Add this to your ~/.bashrc or ~/.yourshellrc.

Statistics
57 views by Anonymous and 4 views by registered users
Extra Info
Uname
Linux beast 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Desktop
GNOME
Term
xterm-256color
Shell
/bin/bash
Size
97x30

Down for everyone or just me? - 97x30

Nice trick, thanks!

Fork me on GitHub