aboutsummaryrefslogtreecommitdiffstats
path: root/script/bootstrap
blob: dfebd7449a23b3d3bded1dd0028b53be9785fbb4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e
cd "$(dirname "$0")/.."

git submodule --quiet update --init --recursive --rebase
bin/install_perl_modules