From 34a8621697fda7f29700e455070acc1fad803a3f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 17 Sep 2012 13:36:37 +0200 Subject: [PATCH] Add a descriptive comment to fit.sh. --- fit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fit.sh b/fit.sh index f3062d3..a5c8790 100755 --- a/fit.sh +++ b/fit.sh @@ -1,4 +1,6 @@ #! /bin/sh + +# Fit Google's IPv6 adoption data to a sigmoid curve. make wget -q -O- http://www.google.com/intl/en_ALL/ipv6/statistics/data/adoption.js | grep '^ \[' | cut -d, -f5 | cut -d\] -f1 > nativeadoption.dat ./opt nativeadoption.dat -- 2.39.2