mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Remove any output files
|
|
|
|
find . -regex "^./editions/.*/output/.*" -delete
|