adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git] / process_sat_output.sh
blob72bbd716c37c14a0904e2a93bd602cc2ba26cb9f
1 #!/usr/bin/env bash
2 if [ $# -ne 1 ]
3 then
4 echo usage: ./process_sat_output.sh job_id
5 exit 1
6 fi
7 cd $(dirname "$0")
8 PYTHONPATH=src
9 python src/process_sat_output.py $1
10 ./make_kmz.sh $1