Files
opensprinkler-weather/baselineEToData/entrypoint.sh
2019-06-25 17:11:03 -04:00

5 lines
154 B
Bash

#!/bin/sh
/prepareData.sh $1
# Move the last pass to the output directory.
mv $(ls Baseline_ETo_Data-Pass_*.bin | tail -n1) /output/Baseline_ETo_Data.bin