Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Last active January 4, 2018 18:54
Show Gist options
  • Save palashkulsh/6203eb3372905438fdb35f8171723fad to your computer and use it in GitHub Desktop.
Save palashkulsh/6203eb3372905438fdb35f8171723fad to your computer and use it in GitHub Desktop.
for i in {1..13}; do echo $(date -I -d "2017-10-10 +$i days"); done | xargs -I {} -P 1 node ../new_download_pib.js {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment