#!/bin/bash

echo Setting
sudo hwclock -wu
echo OK. Reading
while true; do echo "`sudo hwclock -r` :: `date`";done
