This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# `autoingestion.sh` downloads Apple iOS App Store sales data. It will | |
# download it to the same folder the script is running from, and group | |
# the downloaded files into directories by report type. | |
# | |
# It will only attempt to download if new sales data should be | |
# available. | |
# | |
# As skipping already downloaded files depends on the filename pattern |