repo.or.cz
/
wrfxweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
REFACTOR Reorganizes simulationSlider into larger code blocks and
[wrfxweb.git]
/
make_kmz.sh
blob
37df7597a712dd751bad85f53de05de0aaea1622
1
#!/bin/bash
2
cd
$
(
dirname
"
$0
"
)
3
# which python
4
# echo $PATH
5
PYTHONPATH
=
src
6
python src
/
make_kmz.py $
*
7
if
[
$?
-eq
0
]
8
then
9
python src
/
join_catalog.py
10
fi