The Wayback Machine - https://web.archive.org/web/20200821212754/https://github.com/topics/check
Skip to content
#

check

Here are 421 public repositories matching this topic...

has
virgilwashere
virgilwashere commented May 22, 2019

Add -h and -V options

Basic getopts version:

  #-----------------------------------------------------------------------
  #  Handle command line arguments
  #-----------------------------------------------------------------------
  while getopts ":hV" opt
  do
    # shellcheck disable=SC2214
    case "${opt}" in

      h|help      ) _usage;    exit 0 ;;
      V|version   ) _version;  

Improve this page

Add a description, image, and links to the check topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the check topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.