summaryrefslogtreecommitdiff
path: root/ckcptime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ckcptime.sh')
-rw-r--r--ckcptime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ckcptime.sh b/ckcptime.sh
index 079faa6..697854b 100644
--- a/ckcptime.sh
+++ b/ckcptime.sh
@@ -11,7 +11,7 @@ set -e
#sysctl kern.cp_time | awk -F= '{print($0)}'
#printf "sec\n" | column -t
-for N in $(seq 0 45) ; do
+for N in $(seq 0 15) ; do
#printf "${N} ${t0_est}\n" | column -t
awk -f ckcptime.awk
sleep $( awk 'BEGIN {print( rand()^2.0 + 1.0 )}' )