2025-05-10 21:49:39 +08:00

4 lines
77 B
Bash

#!/bin/sh
LD_LIBRARY_PATH="@HOST_DIR@/lib" \
exec @HOST_DIR@/bin/python "$@"