vendethiel / HTModifyL

Run a command on specific elements of a document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTModifyL

Examples

# Via {}
cat demo.html | php htmodifyl.php //script coffee -bce {}

# Via stdin
cat demo.html | php htmodifyl.php //script coffee -bcs

About

Run a command on specific elements of a document


Languages

Language:PHP 89.5%Language:HTML 10.5%