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

