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