add a shell script someone wrote

This commit is contained in:
flux 2021-07-16 04:50:28 +02:00
parent ba55cfd2ca
commit f4d93aa2b6

4
update_subrepo.sh Executable file
View File

@ -0,0 +1,4 @@
git submodule update --recursive --remote $1
git add $1 .gitmodules
git commit -m "updated $1"
git push