Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scrubmx/bash-scripts
- Owner: scrubmx
- Created: 2013-10-18T16:22:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T16:33:22.000Z (over 9 years ago)
- Last Synced: 2024-10-12T11:35:28.126Z (about 1 month ago)
- Language: Shell
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```