#!/bin/bash set -x find ./proto-files -name java -type d -exec rm -fR {} 2> /dev/null \;