Skip to content

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

License

Notifications You must be signed in to change notification settings

Tearran/its_getops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Help

get-help is a bash script example of get ops flags

Features

  • getops example ( known flags -v -h )
    • $ get-help -h
    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
    ?! Say What !?

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages