#! /bin/bash
# Last edited on 2014-05-04 19:43:28 by stolfilocal

odate="$1"; shift; # Old date.
ndate="$1"; shift; # New date.

cp -vi {${odate},${ndate}}-prediction.txt
cp -vi {${odate},${ndate}}-prediction-check-legend.txt
cp -vi {${odate},${ndate}}-prediction-check-annotate.sh

chmod a-w ${odate}-prediction.txt
chmod a-w ${odate}-prediction-check-legend.txt
chmod a-w ${odate}-prediction-check-annotate.sh
chmod a-w ${odate}-prediction-check-{HUBI,BSTP}.png
chmod a-w ${odate}-prediction-check-{HUBI,BSTP}-annotated.png
