Browse Source

Update render.sh

master
va7eex 7 years ago
committed by GitHub
parent
commit
36e5641f89
  1. 3
      render.sh

3
render.sh

@ -8,7 +8,8 @@ render_options_night=("MCIR")
direction=${f:(-7):(-6)}
echo $1
#remove the directory structure from the first argument
file="${1#'/tmp/'}"
f1="${1:0:(-4)}"
file="${f1#'/tmp/'}"
#Isolate data values from filename file should begin with YYYYMMDD-HHMM
dyear=${file:(0):(4)}

Loading…
Cancel
Save