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 | |
# set required date range using epoch. sample data used below | |
RANGE=`seq 1642701000 50 1642710633` | |
# ensure tmp folder exists | |
TEMPDIR=/tmp/fogpics_$$ | |
[ ! -d "$TEMPDIR" ] && mkdir -p $TEMPDIR | |
# download the pics |