From: Steinar H. Gunderson Date: Mon, 17 Sep 2012 11:36:37 +0000 (+0200) Subject: Add a descriptive comment to fit.sh. X-Git-Url: https://git.sesse.net/?p=sigmoidsmooth;a=commitdiff_plain;h=HEAD Add a descriptive comment to fit.sh. --- 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