Adding convenience update scripts

This commit is contained in:
Pavel Shevaev 2022-05-19 17:42:13 +03:00
parent 356fcbbc57
commit b98dd3bf4b
2 changed files with 3 additions and 0 deletions

2
update.bat Normal file
View File

@ -0,0 +1,2 @@
cd ..
git submodule update --recursive --remote php

1
update.sh Executable file
View File

@ -0,0 +1 @@
cd .. && git submodule update --recursive --remote php