Skip to content

Instantly share code, notes, and snippets.

@frknozr
frknozr / downloander.sh
Created January 2, 2016 09:48
check internet connection nad download file
echo "shameless downloader"
url="https://lh3.googleusercontent.com/hcDn1bB2EOLeugnZ6iSNGx0oJK53GQF13Kxv3griig0=m22"
while true; do
wget -q --spider $url
if [ $? -eq 0 ]
then
date