mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Improved the output
This commit is contained in:
parent
c1e7ace11c
commit
58dfa1412b
@ -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 ..."
|
||||
|
Loading…
Reference in New Issue
Block a user