R3cp3ct is back

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent ca15225ecc
commit 107907a544
  1. 1
      utils/.coauthors
  2. 2
      utils/md5
  3. 4
      utils/search.sh

@ -1 +1,2 @@
sigonasr2 <sigonasr2@gmail.com>
r3cp3ct <>

@ -2,4 +2,4 @@
.updateDirectories:0ede00461e947494545e694040787b3f *-
define.sh:d6b20a25a04a60d94f466e48fa60ac69 *-
main.sh:32a1f953ffca8584d1eb57c0ecd8a582 *-
search.sh:28d0ede8345514d80cc68cc756870002 *-
search.sh:6eec52214a36f2114442c41ab9c04f72 *-

@ -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
}
}

Loading…
Cancel
Save