Update SigScript
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
a6f74d9e2d
commit
07932fc22d
@ -2,7 +2,6 @@ build.sh
|
|||||||
clean.sh
|
clean.sh
|
||||||
commit.sh
|
commit.sh
|
||||||
jar.sh
|
jar.sh
|
||||||
.package.files
|
|
||||||
release.sh
|
release.sh
|
||||||
update.sh
|
update.sh
|
||||||
version_info
|
version_info
|
||||||
|
@ -2,6 +2,5 @@ build.sh:22308eae5fd9c88aa16fef54cf03ae21 -
|
|||||||
clean.sh:668a2f9b568c55f6a044a509315032f6 -
|
clean.sh:668a2f9b568c55f6a044a509315032f6 -
|
||||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||||
jar.sh:343cf505530401fb696296bc25a9b090 -
|
jar.sh:343cf505530401fb696296bc25a9b090 -
|
||||||
.package.files:eed24f64ac45cb8d623f856368d666a4 -
|
|
||||||
release.sh:b1b62203411b18d0fec1db3dc2e5a061 -
|
release.sh:b1b62203411b18d0fec1db3dc2e5a061 -
|
||||||
update.sh:3be721658983183efa395984acd96b03 -
|
update.sh:3be721658983183efa395984acd96b03 -
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
define.sh:cf246587e7509edd9283cb8e8e4b26cf -
|
define.sh:cf246587e7509edd9283cb8e8e4b26cf -
|
||||||
main.sh:d3d1bd0b56d8114eb7479964227f8576 -
|
main.sh:d3d1bd0b56d8114eb7479964227f8576 -
|
||||||
search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 -
|
search.sh:722ebea1642286235eb6ac18351b3408 -
|
||||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||||
|
@ -8,7 +8,7 @@ function search() {
|
|||||||
search $1$g/
|
search $1$g/
|
||||||
else
|
else
|
||||||
echo "$1$g is a file"
|
echo "$1$g is a file"
|
||||||
if [ $g != "md5" ] && [ $g != "filelist" ]; then
|
if [ $g != "md5" ] && [ $g != "filelist" ] && [ $g != ".package.files" ]; then
|
||||||
if [ $g != ".coauthors" ] && [ $g != "version_info" ]; then
|
if [ $g != ".coauthors" ] && [ $g != "version_info" ]; then
|
||||||
SUM=$(md5sum < $1$g)
|
SUM=$(md5sum < $1$g)
|
||||||
echo "$g:$SUM" >> $1md5
|
echo "$g:$SUM" >> $1md5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user