Arguments
The purpose of this document is to describe how to use bash arguments.
Simple arguments:
$1 - The first passed argument
$2 - The second passed argument
All the arguments:
$@
Complex arguments
http://mywiki.wooledge.org/BashFAQ/035
https://github.com/e36freak/templates/blob/master/options