mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-14 03:10:26 +00:00
6 lines
96 B
Bash
6 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Remove any output files
|
||
|
|
||
|
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|