Add filenames to md5s
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
c1bd96ae3d
commit
8e790bd692
@ -0,0 +1,4 @@
|
||||
build.sh:a833e7598ad65672a9c01306d244b49f -
|
||||
clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
|
||||
commit.sh:21af1fa6f09d01679c9e11408967264a -
|
||||
jar.sh:2ac636f584c43a1124affb9ea6bdc7bf -
|
||||
@ -0,0 +1 @@
|
||||
commit.sh:e9204d719d138b430b20ce8942cb4c8b -
|
||||
@ -0,0 +1,5 @@
|
||||
.coauthors:3785ad38663e5fc43e574914ad067294 -
|
||||
define.sh:d6b20a25a04a60d94f466e48fa60ac69 -
|
||||
main.sh:32a1f953ffca8584d1eb57c0ecd8a582 -
|
||||
search.sh:96e1cfe7bfb635d9773265f416378f15 -
|
||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||
@ -10,7 +10,7 @@ function search() {
|
||||
echo "$1$g is a file"
|
||||
if [ $g != "md5" ]; then
|
||||
SUM=$(md5sum < $1$g)
|
||||
SUM="$g:$SUM" >> $1md5
|
||||
echo "$g:$SUM" >> $1md5
|
||||
else
|
||||
echo " md5 file, ignoring..."
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user