Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 281 Bytes

Shell Script Template

POSIX shell script template with common boilerplate used when writing new scripts.

The command line parsing does not use getopt or getopts as the former is not portable and the latter does not have direct support for long options.