mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-25 23:28:46 +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"
|
IPFS_HASHES="IPFS_hash_list.txt"
|
||||||
DF_HASHES="checksum_list.xml"
|
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 {} \;
|
nice find "$DIR" -name Thumbs.db -exec rm -rf {} \;
|
||||||
|
|
||||||
echo "(2) Adding $DIR to IPFS ..."
|
echo "(2) Adding $DIR to IPFS ..."
|
||||||
|
Loading…
Reference in New Issue
Block a user