#!/bin/sh

echo "/* Set Date on Beaglebone */"

echo "Setting the date ..."
ntpdate -b -s -u pool.ntp.org

echo "/* Done */"
