Files
linux-workspace/bin/rm-proto-java.sh
2020-10-26 18:25:30 +01:00

7 lines
92 B
Bash
Executable File

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