#!/bin/sh

for i in groups hush input intro news primitives rules tcl variables options
do
	expand $i > $i.x
	mv $i.x $i
done
