This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |