mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 22:33:23 -08:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|