aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uts4
1 files changed, 4 insertions, 0 deletions
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() }'