new scripts

This commit is contained in:
Stefen Auris 2022-12-05 02:16:40 -05:00
parent cada747e05
commit cc2cfa513f
3 changed files with 15 additions and 1 deletions

4
scripts/server_bin/dedup.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
duf >! ~/fs.txt
jdupes -rB ~/gallery-dl/twitter
cat ~/fs.txt && duf

View file

@ -0,0 +1,9 @@
#!/bin/bash
gallery-dl --sleep 8-16 --abort 2 "mastodon:https://yiff.life/@kokirimuscle@mastodon.lol"
echo "wait"
sleep 60
gallery-dl --sleep 8-16 --abort 2 "mastodon:https://yiff.life/@PupShadowNH@woof.group"
echo "wait"
sleep 60
echo "done!"

View file

@ -1,5 +1,6 @@
#!/bin/bash
N=4
N=3
rm ~/twit_error.txt
cd $HOME/gallery-dl/twitter
for i in */; do
echo ">> $i"