Files
legolog/db/image/decompressor.sh
Ben 245b8fd4d1 the image database
Former-commit-id: ac868cf24e85a95fd65ddea93ea2324942c2cdb3
2022-02-03 19:56:09 +00:00

5 lines
82 B
Bash

for d in *.tar.gz ; do
tar -xvzf "$d".tar.gz -C some_custom_folder_name
done