mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
7 lines
133 B
Bash
7 lines
133 B
Bash
#! /bin/bash
|
|
|
|
if [ -x ~/.rbenv/bin/rbenv ]; then
|
|
export PATH="$HOME/.rbenv/bin:$PATH"
|
|
eval "$(~/.rbenv/bin/rbenv init -)"
|
|
fi
|