Skip to content

Commit 9cd5519

Browse files
committed
Added script for updating submodule
1 parent da8e997 commit 9cd5519

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update-main-submodule.nu

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/nu
2+
3+
git submodule update --remote
4+
git add build_files/main-repo
5+
git commit -m "Updated main repo submodule"

0 commit comments

Comments
 (0)