Skip to content

Instantly share code, notes, and snippets.

View monkviper's full-sized avatar

Surinder monkviper

  • Anatta Design
  • India
View GitHub Profile
@monkviper
monkviper / wp.sh
Created March 21, 2014 18:02 — forked from chrisjlee/wp.sh
#!/bin/bash
echo “Database Name: ”
read -e dbname
echo “Database User: ”
read -e dbuser
echo “Database Password: ”
read -s dbpass
echo “run install? (y/n)”
read -e run
if [ "$run" == n ] ; then