From 19d1d88b5fa202530ab8405365ac7e4fc72ecbf4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 9 Dec 2016 09:34:58 +1300 Subject: Add uts(1df) --- bin/uts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/uts (limited to 'bin') diff --git a/bin/uts b/bin/uts new file mode 100755 index 00000000..8777a7e2 --- /dev/null +++ b/bin/uts @@ -0,0 +1,4 @@ +#!/bin/sh +# Get the current timestamp in a POSIX compatible fashion +PATH=$(getconf PATH) +awk 'BEGIN { srand() ; print srand() }' -- cgit v1.2.3