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]
/
domain_bbox.sh
blob
bed4a08c220f76d86ff6e0e3e948c7496afda8a0
1
#!/usr/bin/env bash
2
cd
$
(
dirname
"
$0
"
)
3
path
=
$1
4
if
[
"
${path:0:1}
"
!=
"/"
];
then
5
path
=
$
(
pwd
)/
$1
6
fi
7
export
PYTHONPATH
=
src
8
python src
/
test
s
/
test_domains.py
$path