summaryrefslogtreecommitdiff
path: root/ckt0.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ckt0.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ckt0.sh b/ckt0.sh
index e7953ba..eeb0479 100644
--- a/ckt0.sh
+++ b/ckt0.sh
@@ -11,12 +11,6 @@ set -e
#sysctl_t0_str=$( sysctl kern.boottime | mawk -F= '{print($NF)}' )
#sysctl_t0=$( date -jf "%a %b %d %H:%M:%S %G" "${sysctl_t0_str}" +%s )
-#epsilon1="$( mawk 'BEGIN{print(rand()^2.0)}' )"
-#t0_est="${sysctl_t0} $(date +%s)"
-#t0_est="${sysctl_t0} ${sysctl_t0}"
-#t0_est="${sysctl_t0} ${epsilon1}"
-#t0_est="${sysctl_t0} 1.0"
-
if [ -f t0_est.log ] ; then {
t0_est="$( cat t0_est.log )"
} else {