mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 06:14:53 +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
|