mirror of https://github.com/ceph/ceph-ansible.git
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cat > {{pypy_directory}}/python << EOF
|
||
|
#!/bin/bash
|
||
|
LD_LIBRARY_PATH={{pypy_directory}}/lib_pypy:$LD_LIBRARY_PATH exec {{pypy_directory}}/bin/pypy "\$@"\
|