mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add getopts reference for bash #81

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

Add a link to https://man7.org/linux/man-pages/man1/getopts.1p.html in the bash source code where getopts is used. This manpage is the most descriptive I was able to easily find online, and it includes an example of usage.