Files
pvData/test/plate.sh
Michael Davidsaver 48cf333e29 test: alternative test scripts
One script which can serve all tests
Other tests are symlinks
2011-02-08 13:28:03 -05:00

11 lines
127 B
Bash
Executable File

#!/bin/sh
# Make things golden...
for ff in *Diff
do
[ -s "$ff" ] || continue
cp "${ff%Diff}" "${ff%Diff}Gold"
done