Skip to content

Instantly share code, notes, and snippets.

@semihkeskindev
Created October 26, 2022 12:04
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 semihkeskindev/a2bf8468e1aedbdeaf4f6728e722e8c2 to your computer and use it in GitHub Desktop.
Save semihkeskindev/a2bf8468e1aedbdeaf4f6728e722e8c2 to your computer and use it in GitHub Desktop.
Ubuntu Alias Command of Switch between php versions
php-switch () {
local phpVersion="$1"
sudo update-alternatives --set php /usr/bin/php"$1" > /dev/null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment