Skip to content

Instantly share code, notes, and snippets.

View richardblondet's full-sized avatar

Richard Blondet richardblondet

View GitHub Profile
@richardblondet
richardblondet / wordpress.sh
Created November 10, 2016 17:27
Shell script for downloading Wordpress in the current directory
#!/bin/bash
# argument espanish or english
echo -n "Installing latest wordpress, choose locale (en/es): ... "
# wait for my input
# read w1
echo "default locale: en"
w1="en"