#!/bin/bash

# Cloud Cover
wget -Nnd http://assets.weather-forecast.com/maps/static/Austria.cloud.12.cc23.jpg 2> /dev/null

# Surface Temperature
wget -Nnd http://assets.weather-forecast.com/maps/static/Austria.lapse.12.cc23.jpg 2> /dev/null

# Precipitation
wget -Nnd http://assets.weather-forecast.com/maps/static/Austria.prec.12.cc23.jpg 2> /dev/null

# Surface Wind
wget -Nnd http://assets.weather-forecast.com/maps/static/Austria.wind.12.cc23.jpg 2> /dev/null

