https://github.com/sdhutchins/bashful
Bash scripts that don't say much, but get the job done!
https://github.com/sdhutchins/bashful
bash linux script shell
Last synced: 10 months ago
JSON representation
Bash scripts that don't say much, but get the job done!
- Host: GitHub
- URL: https://github.com/sdhutchins/bashful
- Owner: sdhutchins
- License: mit
- Created: 2018-05-17T22:51:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T23:56:17.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:27:40.094Z (12 months ago)
- Topics: bash, linux, script, shell
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# BASHful
These scripts don't say much, but they get the job done!
## Installation
Install all scripts by downloading the `download_all.sh` script and running it in your bash shell.
Here's an example of how to do this on your command line.
```bash
wget https://github.com/sdhutchins/BASHful/blob/master/download_all.sh
chmod +x download_all.sh
download_all.sh
```
## Maintainer
Shaurita D. Hutchins - [@sdhutchins](https://github.com/sdhutchins)