diff options
author | EuAndreh <eu@euandre.org> | 2021-06-11 23:37:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-11 23:37:59 -0300 |
commit | ab3ad8fca4ec645854a54a50de4ee21c8fd72978 (patch) | |
tree | d8910a95004c59c11a7f557379b0eb35284ea5ac /aux/assert-shellcheck.sh | |
parent | servers/nixvps/configuration.nix: Use subfolders of the same domain over subd... (diff) | |
download | toph-ab3ad8fca4ec645854a54a50de4ee21c8fd72978.tar.gz toph-ab3ad8fca4ec645854a54a50de4ee21c8fd72978.tar.xz |
aux/: Update files
Diffstat (limited to 'aux/assert-shellcheck.sh')
-rwxr-xr-x | aux/assert-shellcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh index fcbb1c7..cc01f3a 100755 --- a/aux/assert-shellcheck.sh +++ b/aux/assert-shellcheck.sh @@ -2,5 +2,5 @@ set -eux git ls-files | \ - xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ - xargs shellcheck + xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ + xargs shellcheck |