navi_cheats/gallery-dl.cheat
2023-12-30 02:33:21 +01:00

8 lines
88 B
Plaintext

% gallery-dl
# gallery-dl loop
while read url; do
gallery-dl "$url"
figlet Done
done