~scripts
55 itemsDownload ./*

55 itemsDownload ./*

..
dzen2
tiling
vosh
4cdl
4trips
alarm
ambient
ana-wall.sh
battery-monitor
brightness.sh
checkit
cleverbot.py
clock
color-gen
colors-hex
colorscheme.sh
compton
dailywall
dmenu
ffthumb
grid
gridmacro
gridmacro.kde
help
importw
indexer
install-all.sh
install-twily.sh
installng
keep-on
mp3ogg
orage
pipes
pipes.x
pipewire_bt.sh
ports
rain
randwall
rotate.sh
scan.sh
screen-dim
screencast
screencast2
scrot
scrotw
search
skull
slocker
starwars
streamit
sumnum
tty-colorize
usrmount
ytp
ytplay


scriptscheckit
2 525•  8 years ago•  DownloadRawClose
8 years ago•  2 525

{}
#!/bin/bash
#
# Usage: ./checkit <url> <interval>
#

GET=""
while true; do
    echo -ne "Checking \033[0;33m\"$1\"\033[0m ... "
    GET=$(curl -Is "$1" | head -1)

    if [[ "$GET" = *200* || "$GET" = *301* || "$GET" = *302* ]]; then
        echo -ne "[\033[1;32mONLINE\033[0m]."
        notify-send "\"$1\" is now ONLINE."
    else
        echo -ne "[\033[1;31mOFFLINE\033[0m]."
    fi

    echo -e "\033[1;30m (Checking again in $2 seconds)\033[0m"
    sleep $2
done

exit 0

Top
©twily.info 2013 - 2024
twily at twily dot info



2 030 642 visits
... ^ v