4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Summary: Display rbenv directory where versions and shims are kept
|
|
echo $RBENV_ROOT
|