5 lines
154 B
Bash
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
|