Skip to content

Instantly share code, notes, and snippets.

View gilbitron's full-sized avatar

Gilbert Pellegrom gilbitron

View GitHub Profile
@gilbitron
gilbitron / wp-install-core-sub-dir.sh
Last active August 29, 2015 14:25 — forked from polevaultweb/wp-install-core-sub-dir.sh
This script installs WordPress inside a sub directory
#!/bin/bash
# Installation:
# Install the script in one of the folders in your PATH. Make sure it has execute permissions (i.e. chmod +x wp-install-core-sub-dir).
#Usage:
# $ mkdir mysite
# $ cd mysite