#!/bin/sh if test $# -ne 1 then exit 1 fi ex -s $1 <