Was ignoring editions with numerals in pathname
print-window-tiddler
Jermolene 2016-01-03 18:02:49 +00:00
rodzic f42acfa73e
commit f8723397e9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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