Skip to content

Instantly share code, notes, and snippets.

View mahfuzul's full-sized avatar

Mahfuzul Hasan mahfuzul

View GitHub Profile
@mahfuzul
mahfuzul / setwp.sh
Last active August 29, 2015 14:13
setwp function download and extract wordpress from https://wordpress.org
#!/bin/zsh
# @author: Mahfuzul Hasan <mha.cse@gmail.com>
# setwp function download and extract wordpress from https://wordpress.org
# To execute this function run this commands:
# chmod +x setwp.sh
# ./setwp.sh
# or add this file as a source in your .zshrc / .bashrc file " source ~/bin/zsh/setwp.sh "
#
setwp(){
echo "Downloading....."