#!/bin/bash
# Summary: Display the root directory where versions and shims are kept
echo "$NODENV_ROOT"
