Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/KathanP19/bash_script_templates

Some Templates for Bash Scripting
https://github.com/KathanP19/bash_script_templates

Last synced: 22 days ago
JSON representation

Some Templates for Bash Scripting

Awesome Lists containing this project

README

        

# bash_script_templates
Some Templates for Bash Scripting, which will help you in building you own tool or script..!

# Templates

`long_opts.sh` - This Script will help you in getting insight on how you can use long options in bash script using the builtin getopts functions.

`short_opts.sh` - Similar to long_opts script this will help you understand parsing short options using getopts functions.

# Contribution

Contributions are most welcome , please do share you exp while making bash where you learn a new function of bash by contributing here its template to use that functions.

Thank you.