repo.or.cz
/
gfxprim
/
pasky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: filters_python: Add rotation and symmetry filters.
[gfxprim/pasky.git]
/
gp_run.sh
blob
e1d60f3ce0702fefd2863fa670ab8baf5b260b01
1
#!/bin/sh
2
3
# Very simple script to run python, ipython and GP executables
4
5
BDIR
=
`pwd`
6
7
export
LD_LIBRARY_PATH
=
$BDIR
/
build
/
8
export
PYTHONPATH
=
$BDIR
/
pylib
/
9
10
exec
"$@"