#!/bin/bash

set -x

find . -name build -type d -exec rm -fr {} \;

