#!/usr/bin/env tclsh8.5

package req nx::pp
lappend argv [read stdin]
puts stdout [nx::pp render {*}$argv]
