#!/bin/bash
# script used by RunPlan to get name of newest grid file
cd grids
/bin/ls -t1 $1 | head -1
