first show lad
[rb-clock.git] / php / ppsstatus.php
1 <?php
2 echo shell_exec("ntpq -c pe -n | grep PPS | awk '{ print $10 }'");
3 ?>