Skip to content

Example with referencing single entity

See also "duplicates".

Single variable:

::: docs/examples/script.sh VARIABLE

$VARIABLE

some variable

Single function:

::: docs/examples/script.sh func

func

This is a function

Options:

  • -a <arg> do this
  • -f do that
  • -l --longarg <arg> do this

Arguments:

  • $1 first arg
  • $2 second arg

See: func2