TiddlyWiki5/bin/clean.sh

6 lines
89 B
Bash
Raw Normal View History

#!/bin/bash
# Remove any output files
find . -regex "^./editions/.*/output/.*" -delete