diff options
Diffstat (limited to 'sysroot')
-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 |