Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/KathanP19/bash_script_templates
- Owner: KathanP19
- Created: 2020-08-14T03:05:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:52:26.000Z (about 2 years ago)
- Last Synced: 2024-11-21T01:34:59.045Z (22 days ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 16
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - KathanP19/bash_script_templates - Some Templates for Bash Scripting (Shell)
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.