Add description
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user