#!/usr/bin/env bash

TOOLS=$(dirname $0)
node ${TOOLS}/make-block-decl.js $1 $2 | ${TOOLS}/remove-esc | xargs -L1 ${TOOLS}/prettyxml
