Skip to content

Instantly share code, notes, and snippets.

@ryanknights
ryanknights / clean-wordpress-install.sh
Created February 26, 2016 19:52
Clean Wordpress Install Bash Script
#!/bin/bash
WORDPRESS_URL="https://wordpress.org/latest.tar.gz"
# GET ALL USER INPUT
echo "Project folder name?"
read PROJECT_FOLDER_NAME
echo "Project Source Url (eg. /home/users/name/desktop/)?"
read PROJECT_SOURCE_URL