mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-01 14:45:03 +01:00
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo $RBENV_ROOT
|