Newer
Older
#!/bin/bash
git submodule update --recursive --init
pushd opentrafficshaper/awitpt
pushd opentrafficshaper/plugins/webserver/pages/static/awit-flot-toolkit
git checkout
git pull
popd
#!/bin/bash
git submodule update --recursive --init
pushd opentrafficshaper/awitpt
pushd opentrafficshaper/plugins/webserver/pages/static/awit-flot-toolkit
git checkout
git pull
popd