prevent co-authors from re-syncing

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent a2e8e52fbf
commit 7630d2a90f
  1. 4
      Java/scripts/md5
  2. 1
      scripts/md5
  3. 10
      utils/md5
  4. 4
      utils/search.sh

@ -1,4 +0,0 @@
build.sh:a833e7598ad65672a9c01306d244b49f -
clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
commit.sh:21af1fa6f09d01679c9e11408967264a -
jar.sh:2ac636f584c43a1124affb9ea6bdc7bf -

@ -1 +0,0 @@
commit.sh:e9204d719d138b430b20ce8942cb4c8b -

@ -1,5 +1,5 @@
.coauthors:3785ad38663e5fc43e574914ad067294 - .coauthors:49b0c10f391bb8115cedf6080339e858 *-
define.sh:d6b20a25a04a60d94f466e48fa60ac69 - .updateDirectories:9312534cebd2bbec7ec381ed3815000f *-
main.sh:32a1f953ffca8584d1eb57c0ecd8a582 - define.sh:2e7597637a9f22d539eba4486e5b4449 *-
search.sh:28d0ede8345514d80cc68cc756870002 - main.sh:40565c4dcc6349eb29a3834d9e199edc *-
.updateDirectories:0ede00461e947494545e694040787b3f - search.sh:92ed16b507d9ba3eddbf026231fec151 *-

@ -37,6 +37,7 @@ function check() {
if [ "$g" != "md5" ]; then if [ "$g" != "md5" ]; then
if [ -f $1$g ]; if [ -f $1$g ];
then then
if [ "$g" != ".coauthors" ]; then
echo "++Redownload $1$g..." echo "++Redownload $1$g..."
if [ -f "$1$g" ]; then if [ -f "$1$g" ]; then
#Read the 2nd line and see if it has a special directory. #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." 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 curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output scripts/$g
fi fi
fi
else else
echo "++==Downloading $1$g..." echo "++==Downloading $1$g..."
curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output $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/ check $1$g/
fi fi
done done
} }

Loading…
Cancel
Save