server scripts

This commit is contained in:
Stefen Auris 2022-11-26 17:38:29 -05:00
parent 2303b04e79
commit b5d51fb79c
7 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
cd $HOME/gallery-dl/instagram
for i in */; do
echo ">> $i"
gallery-dl --sleep 2-3 --abort 3 https://www.instagram.com/$i
sleep 15
done