Improved the output

This commit is contained in:
Markus Fleschutz 2020-10-09 13:04:33 +00:00
parent c1e7ace11c
commit 58dfa1412b

View File

@ -7,7 +7,8 @@ DIR=$1
IPFS_HASHES="IPFS_hash_list.txt"
DF_HASHES="checksum_list.xml"
echo "(1) Removing Thumbs.db ..."
echo "Publishing directory tree $DIR to IPFS"
echo "(1) Removing Thumbs.db in subfolders ..."
nice find "$DIR" -name Thumbs.db -exec rm -rf {} \;
echo "(2) Adding $DIR to IPFS ..."