aboutsummaryrefslogtreecommitdiff
path: root/bin/uts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/uts')
-rwxr-xr-xbin/uts4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/uts b/bin/uts
deleted file mode 100755
index 8777a7e2..00000000
--- a/bin/uts
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Get the current timestamp in a POSIX compatible fashion
-PATH=$(getconf PATH)
-awk 'BEGIN { srand() ; print srand() }'