3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Show NTP stats with chrony
|
|
chronyc -N 'sources -a -v'
|