#!/bin/bash

git submodule update --recursive --init

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

