Skip to content

dorianmariecom/dorian-times

Repository files navigation

dorian-times

Print numbers from a start value for each count argument.

Install

gem install dorian-times

Also included in the aggregate gem:

gem install dorian

Usage

times [options] count [count ...]

Run times -h for generated option details and times -v for the installed version.

Notes

  • Defaults to starting at 1. Use --start/-s to change the first number.

Examples

Print 1 through 3

times 3

Output:

1
2
3

Start at zero

times --start 0 3

Output:

0
1
2

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors