TiddlyWiki5/bin/clean.sh
jeremy@jermolene.com b1c295230d Fix clean.sh
It was missing the output of the `zh-Hans` edition previously
2023-04-10 21:03:26 +01:00

5 lines
89 B
Bash
Executable file

#!/bin/bash
# Remove any output files
find . -regex "^./editions/.*/output/.*" -delete