Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Pass in arguments directly instead of environment variables #23

@bkil

Description

@bkil

It could generally save you some hassle.

https://github.com/Megaf/fighterpack-maker/blob/main/fighterpack-maker.sh

f() {
  local A="$1"
  local B="$2"
  echo "A=$A B=$B"
}

f 1 2
f 3 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions