Add shebangs and SPDX license identifiers to all files
Use consistent shebangs:
-
#!/usr/bin/env bashfor bash, -
#!/usr/bin/ashfor ash, -
#!/bin/shfor POSIX sh, -
#!/usr/bin/env batsfor bats.
Fixes #147 (closed)
Edited by nl6720
Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.
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)