(more syncing)

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-03-20 17:16:06 -03:00
parent 31afeb73b5
commit 55c7248c54
26 changed files with 2203 additions and 994 deletions

View File

@@ -51,7 +51,6 @@ fuzzy_formula='
# Does fuzzy rounding: rounds to nearest interval, but the interval gets larger
# as the number gets larger. This is to make things easier to diff.
fuzz () {
_d "fuzz: $1"
echo $1 | awk "{fuzzy_var=\$1; ${fuzzy_formula} print fuzzy_var;}"
}