- Every script have following header:
##################################################################################
# {description}
# Use case: {why I might need this}
# Example: ./{script-name} {params}
##################################################################################
-
Auxiliary/secondary scripts have names prefixed with
_
. -
Script name should start with context, e.g.
pdf-
,git-
.