3 lines
93 B
Text
3 lines
93 B
Text
|
#!/bin/bash
|
||
|
LD_LIBRARY_PATH=$HOME/pypy/lib:$LD_LIBRARY_PATH $HOME/pypy/bin/$(basename $0) $@
|