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

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!

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)