Range is a simple utility for shell scripts that emits a list of integers starting with the first command line argument and ending with the last integer command line argument.
If the first argument is greater than the last then it counts down otherwise it counts up.
range [OPTIONS] STARTING_INTEGER ENDING_INTEGER [INCREMENT_INTEGER]
range can be installed with the go get command.
go get github.com/rsdoiel/range/...
copyright © 2014 All rights reserved. Released under the Simplified BSD License