#!/bin/sh
NODE_PATH=@l_prefix@/lib/htmlmin
export NODE_PATH
exec @l_prefix@/bin/node \
@l_prefix@/lib/htmlmin/html-minifier/cli.js \
${1+"$@"}