1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix clean.sh

Was ignoring editions with numerals in pathname
This commit is contained in:
Jermolene 2016-01-03 18:02:49 +00:00
parent f42acfa73e
commit f8723397e9

View File

@ -2,4 +2,4 @@
# Remove any output files # Remove any output files
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete