diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-03-02 16:21:23 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-03-02 16:21:23 -0500 |
| commit | f49ef21d1dc109f77805df3c6715416bd6146b01 (patch) | |
| tree | 027193e0d32a98027d8adb2ee5ae330871166ab0 /clean.sh | |
| parent | 70065ff82daa58f7b5e799762c0de9a2c2a139a1 (diff) | |
Added parametric fuel pin size and driving script for 37-element CANDU bundle
Diffstat (limited to 'clean.sh')
| -rwxr-xr-x | clean.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..ca8b779 --- /dev/null +++ b/clean.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Clean up the workspace + +rm -f *.h5 *.xml |
