Include update script
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
874136780f
commit
eb27e6768c
@ -2,4 +2,5 @@ build.sh
|
||||
clean.sh
|
||||
commit.sh
|
||||
jar.sh
|
||||
update.sh
|
||||
version_info
|
||||
|
||||
@ -2,3 +2,4 @@ build.sh:55f0208b07ba384f45009d6f92fe88fe -
|
||||
clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
|
||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||
jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 -
|
||||
update.sh:3be721658983183efa395984acd96b03 -
|
||||
|
||||
3
Java/scripts/update.sh
Executable file
3
Java/scripts/update.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#Pulls the latest version of the repository.
|
||||
#Java
|
||||
git pull
|
||||
@ -1 +1,2 @@
|
||||
commit.sh
|
||||
update.sh
|
||||
|
||||
@ -1 +1,2 @@
|
||||
commit.sh:ea122668a72b4445c10b6e9070f7bbd8 -
|
||||
update.sh:7fda194f24fbd8779221066cbbc04b3f -
|
||||
|
||||
3
scripts/update.sh
Executable file
3
scripts/update.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#Pulls the latest version of the repository.
|
||||
#
|
||||
git pull
|
||||
@ -1,5 +1,6 @@
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
./$LANGUAGE/scripts/update.sh
|
||||
echo ""
|
||||
echo " Usage: ./sig <command> {args}"
|
||||
echo ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user