Skip to content

Add shebangs and SPDX license identifiers to all files

nl6720 requested to merge add-shebang-and-SPDX into master

Use consistent shebangs:

  • #!/usr/bin/env bash for bash,
  • #!/usr/bin/ash for ash,
  • #!/bin/sh for POSIX sh,
  • #!/usr/bin/env bats for bats.

Fixes #147 (closed)

Edited by nl6720

Merge request reports