Skip to content

Instantly share code, notes, and snippets.

View singhhrpreet's full-sized avatar
🏠
Working from home

Harpreet Singh singhhrpreet

🏠
Working from home
View GitHub Profile
# > /dev/null is disable the outputs of the commands
if [ $# -eq 0 ]; then
echo "Provide the PHP version to enable"
exit 0
fi
for php in 5.6 7.1 7.2 7.3
do
if [ $php == $1 ]