mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-11 02:09:50 +00:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|