Created
December 1, 2015 12:14
-
-
Save atomicstack/915d68ea35a28b3baa91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://twitter.com/OvidPerl/status/137172488206553090 | |
perl -e '@t=qw(▁ ▂ ▃ ▄ ▅ ▆ ▇ █);@s=sort{$a<=>$b}@ARGV;$d=($s[-1]-$s[0])/@t;$d*=1.01;for(@ARGV){print $t[($_-$s[0])/$d]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment