mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -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) $@
|