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