Files
dotfiles/scripts/shell/gdl.sh
2024-03-07 14:24:17 -03:00

6 lines
96 B
Bash
Executable File

#!/bin/bash
gallery-dl $1
find gallery-dl -type f -exec mv '{}' . \;
rm --recursive gallery-dl