Skip to content

Instantly share code, notes, and snippets.

@jbrooksuk
Created April 29, 2022 10:50
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 jbrooksuk/90beb4c6d807bc09e91f9fc50ead82f1 to your computer and use it in GitHub Desktop.
Save jbrooksuk/90beb4c6d807bc09e91f9fc50ead82f1 to your computer and use it in GitHub Desktop.
echo "Ubuntu version: $(lsb_release -rs)"
echo "Nginx version: $(nginx -v || "n/a")"
echo "PHP version: $(php -v || "n/a")"
echo "Node.js version: $(node -v || "n/a")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment