Status: IN
Process script inputs using positional parameters $1, $2, etc. $0 is the script name, $# is the argument count, "$@" expands all arguments preserving word boundaries. Use shift to consume parameters.
Source: repo:entries/2026/03/04/script-inputs.md