mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-05 01:28:53 +00:00
Add clean.sh for removing build output
We use a regex to delete all files in `./editions/*/output/*`
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|
||||
Reference in New Issue
Block a user