Skip to content

Should we standardize the shebangs for Bash ? #11675

@jbampton

Description

@jbampton

In the code I see different shebangs for shell scripts:

  • #!/bin/bash
  • #!/usr/bin/env bash
  • #!/usr/bin/bash
  • #!/bin/sh

https://en.wikipedia.org/wiki/Shebang_(Unix)

https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions