diff --git a/Java/scripts/md5 b/Java/scripts/md5 deleted file mode 100644 index 19c3f9e..0000000 --- a/Java/scripts/md5 +++ /dev/null @@ -1,4 +0,0 @@ -build.sh:a833e7598ad65672a9c01306d244b49f - -clean.sh:96ce35f2d2dcb555421e00a6afda23ca - -commit.sh:21af1fa6f09d01679c9e11408967264a - -jar.sh:2ac636f584c43a1124affb9ea6bdc7bf - diff --git a/scripts/md5 b/scripts/md5 deleted file mode 100644 index a3951e1..0000000 --- a/scripts/md5 +++ /dev/null @@ -1 +0,0 @@ -commit.sh:e9204d719d138b430b20ce8942cb4c8b - diff --git a/utils/md5 b/utils/md5 index 715e752..5adb140 100644 --- a/utils/md5 +++ b/utils/md5 @@ -1,5 +1,5 @@ -.coauthors:3785ad38663e5fc43e574914ad067294 - -define.sh:d6b20a25a04a60d94f466e48fa60ac69 - -main.sh:32a1f953ffca8584d1eb57c0ecd8a582 - -search.sh:28d0ede8345514d80cc68cc756870002 - -.updateDirectories:0ede00461e947494545e694040787b3f - +.coauthors:49b0c10f391bb8115cedf6080339e858 *- +.updateDirectories:9312534cebd2bbec7ec381ed3815000f *- +define.sh:2e7597637a9f22d539eba4486e5b4449 *- +main.sh:40565c4dcc6349eb29a3834d9e199edc *- +search.sh:92ed16b507d9ba3eddbf026231fec151 *- diff --git a/utils/search.sh b/utils/search.sh index 5392df5..dd40bcf 100644 --- a/utils/search.sh +++ b/utils/search.sh @@ -37,6 +37,7 @@ function check() { if [ "$g" != "md5" ]; then if [ -f $1$g ]; then + if [ "$g" != ".coauthors" ]; then echo "++Redownload $1$g..." if [ -f "$1$g" ]; then #Read the 2nd line and see if it has a special directory. @@ -58,6 +59,7 @@ function check() { echo "===Could not find directory, assuming regular scripts directory exists." curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output scripts/$g fi + fi else echo "++==Downloading $1$g..." curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output $1$g @@ -74,4 +76,4 @@ function check() { check $1$g/ fi done -} \ No newline at end of file +}