bash-it/plugins/available/down4me.plugin.bash

6 lines
116 B
Bash

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