Add description
This commit is contained in:
parent
b6c71d15b3
commit
0eeea80804
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user