summaryrefslogtreecommitdiff
path: root/clean.sh
blob: 0c7aeb8f0ba046c999ab130cd10969ea6baab258 (plain)
1
2
3
4
5
6
#!/bin/bash

set -xeuf -o pipefail

find . -name ioriotng -exec rm -v {} \;
find . -name \*.o -exec rm -v {} \;