Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrubmx/bash-scripts

Script written for the shell, or command line interpreter.
https://github.com/scrubmx/bash-scripts

Last synced: 3 days ago
JSON representation

Script written for the shell, or command line interpreter.

Awesome Lists containing this project

README

        

# Shell-Scripts

##### Scripts written for the shell, or command line interpreter.

## Contents

### [mkwp.sh](https://github.com/scrubmx/Shell-Scripts/blob/master/mkwp.sh)
Install Wordpress in less than a minute

### [mklaravel.sh](https://github.com/scrubmx/Shell-Scripts/blob/master/mklaravel.sh)
Create a laravel application and database instantly

## Instructions
Place the script(s) on inside your /usr/local/bin folder.
```
mv mkwp.sh /usr/local/bin/mkwp
sudo chmod +x /usr/local/bin/mkwp
```