#!/bin/sh
# run hydrocode on input file, writing to standard output
# syntax: Evolve infile > outfile

INFILE=$1

expandec < $INFILE | ./lag_pc1d.x
