Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 307 Bytes

runner-date

Run a command for every date in a given range.

Usage

The simplest example prints out each day over a range.

./runner-date 2017-07-15 2017-07-30 echo %date%

To change the resulting date format use

./runner-date -f '%d/%02d/%02d' 2017-07-15 2017-07-30 echo %date%