1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00
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

6 lines
89 B
Bash
Executable File

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