From d9aef665013e202ab4dac844e9dcd029a43f4222 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 10 Jan 2021 10:31:28 -0300 Subject: Move scripts/ to build-aux/ --- build-aux/assert-shellcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build-aux/assert-shellcheck.sh (limited to 'build-aux/assert-shellcheck.sh') diff --git a/build-aux/assert-shellcheck.sh b/build-aux/assert-shellcheck.sh new file mode 100755 index 0000000..d07815b --- /dev/null +++ b/build-aux/assert-shellcheck.sh @@ -0,0 +1,5 @@ +#!/bin/sh -eux + +git ls-files -z | \ + xargs -0 awk 'FNR==1 && /^#!\/bin\/sh/ { print FILENAME }' | \ + xargs shellcheck -- cgit v1.2.3