3 lines
126 B
Text
3 lines
126 B
Text
|
#!/bin/bash
|
||
|
LD_LIBRARY_PATH={{ pypy_install_path }}/lib:$LD_LIBRARY_PATH exec {{ pypy_install_path }}/bin/{{ item.src }} "$@"
|