mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
f8723397e9
Was ignoring editions with numerals in pathname
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|