diff options
| author | 2022-10-23 04:56:32 -0400 | |
|---|---|---|
| committer | 2022-10-23 04:56:32 -0400 | |
| commit | a9cbb24ca9ebccf22db43263f287930147f47a2e (patch) | |
| tree | b1d946aff9d3970154025e6fc5ee1107f2677a01 | |
| parent | add SS (diff) | |
add clean.sh
| -rwxr-xr-x | tests/clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/clean.sh b/tests/clean.sh new file mode 100755 index 0000000..9d50089 --- /dev/null +++ b/tests/clean.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rm -rf simtop_* |
