Add description

This commit is contained in:
Mario Hüttel 2022-07-29 19:01:51 +02:00
parent b6c71d15b3
commit 0eeea80804

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
# This script calculates a sha256sum over all files in a dirextory including its subdirectories
if [[ -z $1 ]]; then if [[ -z $1 ]]; then
echo "Usage: $0 <path to folder>" echo "Usage: $0 <path to folder>"
exit -1 exit -1