Sponsored by: Future Crew, LLC Pull Request: https://github.com/freebsd/freebsd-ports/pull/361
5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD=%%DATADIR%%/dummy-uvm.so
|
|
exec %%LINUXBASE%%/bin/python3 $*
|