4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
LD_LIBRARY_PATH="@HOST_DIR@/lib" \
|
||
|
exec @HOST_DIR@/bin/python "$@"
|