Skip to content

Instantly share code, notes, and snippets.

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

Shahroze Ali ShahrozeAli

🏠
Working from home
View GitHub Profile
@phlbnks
phlbnks / wp.sh
Last active June 6, 2022 09:07 — forked from bgallagh3r/wp.sh
#!/bin/bash -e
clear
echo "============================================"
echo "WordPress Install Script"
echo "============================================"
echo "Do you need to setup new MySQL database? (y/n)"
read -e setupmysql
if [ "$setupmysql" == y ] ; then
echo "MySQL Admin User: "
read -e mysqluser