repo.or.cz
/
wrfxpy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding --no-hsts to wget options,, hangs otherwise
[wrfxpy.git]
/
forecast.sh
blob
fbd2f57c641e740520269393a0e321a46327c47d
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