Newer
Older
#!/bin/bash
# Bootstrap script. Run it to update the repo.
echo "- Updating submodules"
git submodule update --init
git submodule foreach git pull origin master
#!/bin/bash
# Bootstrap script. Run it to update the repo.
echo "- Updating submodules"
git submodule update --init
git submodule foreach git pull origin master