1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00
TiddlyWiki5/bin/clean.sh
Jermolene f8723397e9 Fix clean.sh
Was ignoring editions with numerals in pathname
2016-01-03 18:02:49 +00:00

6 lines
99 B
Bash
Executable File

#!/bin/bash
# Remove any output files
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete