Update SigScripts

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
Nic0Nic0Nii 2022-06-03 18:13:58 +00:00
parent 20bedae890
commit f026f64f92
5 changed files with 7 additions and 1 deletions

View File

@ -2,4 +2,5 @@ build.sh
clean.sh clean.sh
commit.sh commit.sh
jar.sh jar.sh
update.sh
version_info version_info

View File

@ -2,3 +2,4 @@ build.sh:55f0208b07ba384f45009d6f92fe88fe -
clean.sh:96ce35f2d2dcb555421e00a6afda23ca - clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 - commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 - jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 -
update.sh:3be721658983183efa395984acd96b03 -

3
Java/scripts/update.sh Executable file
View File

@ -0,0 +1,3 @@
#Pulls the latest version of the repository.
#Java
git pull

View File

@ -1,5 +1,6 @@
if [ -z "$1" ] if [ -z "$1" ]
then then
./$LANGUAGE/scripts/update.sh
echo "" echo ""
echo " Usage: ./sig <command> {args}" echo " Usage: ./sig <command> {args}"
echo "" echo ""

View File

@ -1,4 +1,4 @@
define.sh:883c4033be11b6d1268b852beada5463 - define.sh:883c4033be11b6d1268b852beada5463 -
main.sh:afdc55cbdd992bf2a7e21ed79a773d8f - main.sh:fc4cd98b146e394539bdeeeb1491ff04 -
search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 - search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 -
.updateDirectories:0ede00461e947494545e694040787b3f - .updateDirectories:0ede00461e947494545e694040787b3f -