mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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:
parent
9f954ce55d
commit
a089fb94a6
5
bin/clean.sh
Executable file
5
bin/clean.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|
Loading…
Reference in New Issue
Block a user