#!/bin/sh

type=$1

makelie $type long > dot.lie.$type
lie < dot.lie.$type | sed -e 's/^> *//' > dot.lieout.$type
