diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/assert-shellcheck.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh deleted file mode 100755 index 29d66a5..0000000 --- a/aux/assert-shellcheck.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -eu - -git ls-files | - xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | - xargs shellcheck |