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/zsh | |
# @author: Mahfuzul Hasan <[email protected]> | |
# setdrupal function download and extract Drupal from https://www.drupal.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/setdrupal.sh " | |
# | |
setdrupal(){ | |
echo -n "Which version you want to download (ex. 7.34) ? " |
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/zsh | |
# @author: Mahfuzul Hasan <[email protected]> | |
# 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....." |
NewerOlder