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

https://github.com/tearran/its_getops

self-help is a bash script example of getops flags such as -h
https://github.com/tearran/its_getops

bash getopts help sh

Last synced: 2 months ago
JSON representation

self-help is a bash script example of getops flags such as -h

Awesome Lists containing this project

README

          

# Get Help
get-help is a bash script example of get ops flags

## Features
- getops example ( known flags -v -h )
- $ `get-help -h`
```bash
Usage: get-help [ -h ] [ --help ]
Options:
-h Print this help.
-v Print version info.
```
- Chose any filename try:
- $ `cp ./get-help ./libhelp && bash ./libhelp -h`
- Blinking unknown flag
- $ `get-help -x`
```bash
?! Say What !?
```