Skip to content

Commit

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

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

0 comments on commit 6819538

Please sign in to comment.