Skip to content
Snippets Groups Projects
bootstrap 163 B
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