summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <m@mpgn.dev>2025-05-09 21:22:48 +0400
committerMatthieu Pignolet <m@mpgn.dev>2025-05-09 21:22:48 +0400
commitdb9709630600b301de8db73d72778749e0d8da09 (patch)
tree421852b38333a0f796446cd2e84c91e08296c054
parentf6c6d7c6dd87837581618cb0ac9fb4be01aba514 (diff)
feat: complete the `clean.sh` scriptHEADmain
-rwxr-xr-xclean.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/clean.sh b/clean.sh
index d3eff6d..773e1b3 100755
--- a/clean.sh
+++ b/clean.sh
@@ -1,3 +1,4 @@
#!/bin/bash
-rm work/* \ No newline at end of file
+rm work/*
+rm *.{dns,key,ds} \ No newline at end of file