Skip to content

Instantly share code, notes, and snippets.

@arc279
Created May 25, 2017 07:53
Show Gist options
  • Save arc279/3a74fe0b53285024cd041f0c26623556 to your computer and use it in GitHub Desktop.
Save arc279/3a74fe0b53285024cd041f0c26623556 to your computer and use it in GitHub Desktop.
1週間おき
#!/bin/bash
D=$(date +'%Y-%m-%d')
for x in $(seq 1 100); do
echo $D
D=$(date +'%Y-%m-%d' --date "$D 7 day")
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment