about summary refs log tree commit diff stats
path: root/tet
blob: c97d67741f1fbed0c71c9958a8c1e2441a535d3a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

__template__="$1"; shift
et="$(which et||echo ./et)"

"$et" "$@" | sed '$d'
echo 'shexpand<<%'
cat "$__template__"
echo %