TiddlyWiki5/bin/clean.sh

6 wiersze
96 B
Bash
Executable File

#!/bin/bash
# Remove any output files
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete