Skip to content

Instantly share code, notes, and snippets.

@agent-simon-s
Created November 3, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/dcb5315f4a41f11459db5dd0c8f5a31f to your computer and use it in GitHub Desktop.
Save agent-simon-s/dcb5315f4a41f11459db5dd0c8f5a31f to your computer and use it in GitHub Desktop.
Sh: multi-version alias
alias ver='echo "---------------------------------------------------------"
httpd -v
ruby -v
echo "node.js:"; node -v
echo "npm:"; npm -v
grunt -V
php -v
mysql -h localhost -V
composer --version
git --version
echo "---------------------------------------------------------"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment