#!/bin/sh NTP_HOST="europe.pool.ntp.org" echo "Setting date via ntp $NTP_HOST" ntpdate -b $NTP_HOST