mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-02 14:32:10 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
LD_LIBRARY_PATH="@HOST_DIR@/lib" \
|
|
exec @HOST_DIR@/bin/python "$@"
|