Files
legolog/db/image/decompressor.sh
Ben 8f87767880 the image database
Former-commit-id: b24105fbefda507b2c0e8f2ec6ea38f0ebcba8ec
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