Skip to content

tacgomes/shell-script-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Common boilerplate used when creating new shell scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages