Skip to content

Commit

Permalink
Create submodule_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipkens committed Apr 16, 2021
1 parent 38bcd67 commit 6ab3dfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions submodule_update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
#
# SUBMODULE_UPDATE
# Updates git submodules in current program.
# Author: Timothy Sipkens, 2019-07-15
#===========================================================#

git submodule update --recursive --remote

0 comments on commit 6ab3dfb

Please sign in to comment.