mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-30 05:41:49 -08:00
5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|