plan9/rc/bin/setrtc
2014-02-08 22:26:48 -08:00

5 lines
124 B
Bash
Executable File

#!/bin/rc
# setrtc - set real-time clock to current system time
if (test -e '#r/rtc')
awk '{print $1}' /dev/time >'#r/rtc'