#!/bin/bash
#  Identify device
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
#  Read hardware clock to system
hwclock -s -f /dev/rtc1
