Skip to content
Snippets Groups Projects
update-git-modules 242 B
Newer Older
#!/bin/bash

git submodule update --recursive --init

pushd opentrafficshaper/awitpt
Nigel Kukard's avatar
Nigel Kukard committed
git checkout v0.1.x
git pull
popd

pushd opentrafficshaper/plugins/webserver/pages/static/awit-flot-toolkit
git checkout
git pull
popd

git submodule update