diff options
author | dzwdz | 2024-05-19 21:00:15 +0200 |
---|---|---|
committer | dzwdz | 2024-05-19 21:00:15 +0200 |
commit | b75b19790bd5dfca42b44e91aa6ebb481ec69444 (patch) | |
tree | 07ab7cc00cfb15f7f326e645c0054e672c05408f /sysroot/bin/sh | |
parent | 317da94139c592d20e90a4f74cdb67c620d72d4a (diff) |
cmd: implement timebench
Diffstat (limited to 'sysroot/bin/sh')
-rw-r--r-- | sysroot/bin/sh/timebenches | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysroot/bin/sh/timebenches b/sysroot/bin/sh/timebenches new file mode 100644 index 0000000..01600f0 --- /dev/null +++ b/sysroot/bin/sh/timebenches @@ -0,0 +1,7 @@ +#!/bin/shell +echo === /dev/ntp, ascii === +timebench -a /dev/ntp +echo === /dev/bintime, ascii === +timebench -b /dev/bintime +echo === the syscall === +timebench -s |