Skip to content

Instantly share code, notes, and snippets.

View benmacdonough's full-sized avatar
🛒
E-Commerce

Ben MacDonough benmacdonough

🛒
E-Commerce
View GitHub Profile
@benmacdonough
benmacdonough / wp-installer.sh
Created January 15, 2019 08:34 — forked from rnevius/wp-installer.sh
Shell / SSH WordPress Installer
#!/bin/bash -e
clear
echo ""
echo "============================================="
echo "# #"
echo "# Welcome to the WordPress Installer #"
echo "# #"
echo "============================================="
echo ""