Add description

This commit is contained in:
Mario Hüttel 2022-07-29 19:01:51 +02:00
parent b6c71d15b3
commit 0eeea80804
1 changed files with 2 additions and 0 deletions

View File

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