snippets/php/drupal_import/parse_html.sh
2016-04-26 10:05:35 +02:00

3 lines
No EOL
68 B
Bash

#!/bin/sh
find webpage/ -name *.html -exec php parse_html.php {} \;