1
0

dev-versions.sh 289 B

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