diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-28 13:16:11 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-28 13:21:27 -0300 |
| commit | 564fa08f4d5a794c58041844e705404dbd5d4768 (patch) | |
| tree | e6dde7945604dc95643629e56733d9f2c2bcd1a0 /aux/assert-shellcheck.sh | |
| parent | fake-symlinks: manifest.scm: Bash package (diff) | |
| download | dotfiles-564fa08f4d5a794c58041844e705404dbd5d4768.tar.gz dotfiles-564fa08f4d5a794c58041844e705404dbd5d4768.tar.xz | |
fake-symlinks: mv build-aux into aux, and other support folder into aux
Remove Guix channel files that are embedded in the repository.
Diffstat (limited to 'aux/assert-shellcheck.sh')
| -rwxr-xr-x | aux/assert-shellcheck.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh new file mode 100755 index 00000000..334a8750 --- /dev/null +++ b/aux/assert-shellcheck.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -eux + +git ls-files -z | \ + xargs -0 awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ + xargs shellcheck |
