server scripts
This commit is contained in:
parent
2303b04e79
commit
b5d51fb79c
7 changed files with 56 additions and 0 deletions
8
scripts/server_bin/update_itaku.sh
Executable file
8
scripts/server_bin/update_itaku.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd $HOME/gallery-dl/itaku
|
||||
for i in *; do
|
||||
echo ">> $i"
|
||||
gallery-dl --abort 3 --sleep 2 https://itaku.ee/profile/$i/gallery
|
||||
sleep 15
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue