rbenv/libexec/rbenv-root

4 lines
111 B
Text
Raw Normal View History

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