Add computechecksums.sh
This commit is contained in:
9
computechecksums.sh
Normal file
9
computechecksums.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
FILE='$1'
|
||||
|
||||
touch ./checksums.txt
|
||||
sha1sum $FILE >> ./checksums.txt
|
||||
md1sum $FILE >> ./checksums.txt
|
||||
md5sum $FILE >> ./checksums.txt
|
||||
sha256sum $FILE >> ./checksums.txt
|
||||
|
||||
Reference in New Issue
Block a user