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]
/
process_sat_output.sh
blob
72bbd716c37c14a0904e2a93bd602cc2ba26cb9f
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