Skip to content
Snippets Groups Projects
Forked from opentrafficshaper / opentrafficshaper
232 commits behind the upstream repository.
update-git-modules 141 B
#!/bin/bash

git submodule update --recursive --init

pushd opentrafficshaper/awitpt
git checkout v0.0.x
git pull
popd

git submodule update