1#!/bin/bash
2
3# A simple little script to pull latest AVTK into the subtree
4git subtree pull --prefix=src/ui/avtk --squash avtk-origin master
5