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