mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b1c295230d
It was missing the output of the `zh-Hans` edition previously
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/.*/output/.*" -delete
|