new scripts
This commit is contained in:
parent
cada747e05
commit
cc2cfa513f
3 changed files with 15 additions and 1 deletions
4
scripts/server_bin/dedup.sh
Executable file
4
scripts/server_bin/dedup.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
duf >! ~/fs.txt
|
||||||
|
jdupes -rB ~/gallery-dl/twitter
|
||||||
|
cat ~/fs.txt && duf
|
9
scripts/server_bin/update_mastodon.sh
Executable file
9
scripts/server_bin/update_mastodon.sh
Executable 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!"
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
N=4
|
N=3
|
||||||
|
rm ~/twit_error.txt
|
||||||
cd $HOME/gallery-dl/twitter
|
cd $HOME/gallery-dl/twitter
|
||||||
for i in */; do
|
for i in */; do
|
||||||
echo ">> $i"
|
echo ">> $i"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue