repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
jahplayer
/
encoder.sh
blob
c096b7206299a37f974721212127ec0a63b3bd3c
1
#!/bin/bash
2
3
export
PATH
=/
usr
/
lib
/
openlibraries-0.4
.0
/
bin
:
$PATH
4
export
PYTHONPATH
=/
usr
/
shar
e
/
jahtools
/
encoder
:
$PYTHONPATH
5
6
exec
/
usr
/
shar
e
/
jahtools
/
encoder
/
encoder.py
"$@"