Skip to content
Snippets Groups Projects
Commit ca1055fd authored by Dilawar Singh's avatar Dilawar Singh
Browse files

A bootstrap script to pull the submodules and init them properly.

parent 90d47d85
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Bootstrap script. Run it to update the repo.
echo "- Updating submodules"
git submodule update --init
git submodule foreach git pull origin master
moose-core @ 3e6bf562
Subproject commit 6174038aca0adbc9c00f4756c0d1da3701396ac9
Subproject commit 3e6bf56253d762737a0584bbf8b2fcd8cb1b5eb8
moose-gui @ ee905e56
Subproject commit 46c19805bcb0b90c7fecdfa869dc37d304b0d6b7
Subproject commit ee905e56abb794c47cb0aabbb16010ac55b89e9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment