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