1 2 3 4 5 6
#!/bin/bash set -xeuf -o pipefail find . -name ioriotng -exec rm -v {} \; find . -name \*.o -exec rm -v {} \;