summaryrefslogtreecommitdiff
path: root/rc/bin/setrtc
blob: 43ccdc09ef4acdb7bc61ab361f536a879d79efbb (plain)
1
2
3
4
#!/bin/rc
# setrtc - set real-time clock to current system time
if (test -e '#r/rtc')
	awk '{print $1}' /dev/time >'#r/rtc'