mirror of
https://github.com/rbenv/rbenv.git
synced 2024-12-29 13:15:42 +01:00
3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo "$RBENV_ROOT"
|