shithub: plan9front

ref: eb7eea0bb9012b6a1b544555e60f6e56af688cab
dir: /rc/bin/uptime/

View raw version
#!/bin/rc
clock=`{cat /dev/time}
xx=`{{echo $clock(3) / $clock(4); echo '_/86400'}|hoc|sed 's/^\./0./g;s/\..*//g'}
sec=$xx(1)
days=$xx(2)
cat /dev/sysname
echo -n ' up '$days' days, '
timezone='MDT -21600' date $sec |awk '{print $4}'