aboutsummaryrefslogblamecommitdiff
path: root/v2/aux/checks/shellcheck.sh
blob: 585a75fb34c480ac28c051245c88f6e15444123a (plain) (tree)
1
2
3
4
5
6





                                                                     
#!/bin/sh
set -eu

git ls-files |
	xargs awk '/^#!\/bin\/sh$/ { print FILENAME } { nextfile }' |
	xargs shellcheck -x