Skip to content

Commit

Permalink
added a script to setup submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Oct 25, 2018
1 parent 777023a commit 2b742f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup_submodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/bash -f
submodules=(
tue
)

for submodule in ${submodules[@]} ; do
git submodule update --init ${submodule}
done

0 comments on commit 2b742f5

Please sign in to comment.