diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-09 01:18:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-09 01:18:58 +0200 |
| commit | 746cd53874d684475e969d1032650a1f74223c73 (patch) | |
| tree | 17fd8c806ca4037f00edaa823bf6737048e78316 | |
| parent | b4f105dc2e060f3e5cb29df31b68bf8f24000f0a (diff) | |
add clean
| -rwxr-xr-x | clean | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/bash + +set -xeuf -o pipefail + +find . -name ioriotng -exec rm -v {} \; +find . -name \*.o -exec rm -v {} \; |
