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
Fixes bug that added multiple markers to layers
[wrfxweb.git]
/
make_zip.sh
blob
2cd6799717f9473f3b90ad2b1e56aac261411f35
1
#!/bin/bash
2
cd
$
(
dirname
"
$0
"
)
3
# which python
4
# echo $PATH
5
PYTHONPATH
=
src
6
python src
/
make_zip.py $
*
7
if
[
$?
-eq
0
]
8
then
9
python src
/
join_catalog.py
10
fi