pyenv/libexec/rbenv-root

4 lines
111 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
2012-12-29 22:05:04 -06:00
# Summary: Display the root directory where versions and shims are kept
2017-06-24 00:12:09 +02:00
echo "$RBENV_ROOT"