mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 11:00:06 -03:30
4 lines
115 B
Bash
4 lines
115 B
Bash
#!/bin/bash
|
|
BINDIR="/opt/bin"
|
|
LD_LIBRARY_PATH=$BINDIR/pypy/lib:$LD_LIBRARY_PATH $BINDIR/pypy/bin/$(basename $0) $@
|