Created
April 29, 2022 10:50
-
-
Save jbrooksuk/90beb4c6d807bc09e91f9fc50ead82f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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