plan9fox/rc/bin/setrtc
2011-03-30 19:35:09 +03:00

5 lines
124 B
Bash

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