#!/usr/bin/env sh
# Remove the build directory after checking out a branch
rm -rf build > /dev/null 2>&1