]> git.phdru.name Git - phdru.name/phdru.name.git/blob - find_html_no_tmpl
Fix(phd.py): Change URL for Lurk
[phdru.name/phdru.name.git] / find_html_no_tmpl
1 #! /bin/sh
2
3 while getopts d opt; do
4    case $opt in
5       d ) del="-delete" ;;
6    esac
7 done
8 shift `expr $OPTIND - 1`
9
10 exec find "${1:-.}" -name '*.html' \! -exec "$0_helper" '{}' \; -print $del