#!/bin/sh
./filter < test.imp > test.ii
./imp
# > test.c
#indent -l60 -ci1 -i2 test.c
#cat test.c

