exa/devtools/dev-versions.sh

9 lines
289 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Displays the installed versions of Rust and Cargo.
# This gets run from dev-bash.sh, which gets run from ~/.bash_profile, so
# the versions gets displayed after the help text for a new Vagrant session.
echo -e "\\033[4mVersions\\033[0m"
rustc --version
cargo --version
echo