aboutsummaryrefslogtreecommitdiff
path: root/toys/seq.c
AgeCommit message (Collapse)Author
2008-06-26Option parsing: stopearly is now a ^ prefix (not +), and an option string withRob Landley
no flags auto-enables stopearly (so seq doesn't have to specify it to avoid having negative number arguments eaten by the option parsing logic).
2008-05-17Add seq, and tests for it.Rob Landley