aboutsummaryrefslogtreecommitdiff
path: root/clean
blob: 1d4b765fadfef2ba8a84fd116d95a7e4b50403c3 (plain)
1
2
3
#!/bin/sh

find . -not -name '*.template.html' -name '*.html' -exec rm -v \{\} \;