Skip to content

Instantly share code, notes, and snippets.

View ashishtz's full-sized avatar

Ashish Patel ashishtz

View GitHub Profile
@ashishtz
ashishtz / shell.sh
Created March 12, 2019 04:51
Shell script to install apache2, php, mysql and phpmyadmin.
#!/bin/sh
#COLORS
# Reset
Color_Off='\033[0m' # Text Reset
# Regular Colors
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow