diff options
author | EuAndreh <eu@euandre.org> | 2022-11-14 18:39:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-14 18:39:14 -0300 |
commit | b20df02100b4806c1a9e1992aff240b4328b7d16 (patch) | |
tree | e14fd3029e8c1f8d3f78f50f28ced7a28a153da9 /aux/assert-shellcheck.sh | |
parent | Remove old config files, starting anew for toph (diff) | |
download | toph-b20df02100b4806c1a9e1992aff240b4328b7d16.tar.gz toph-b20df02100b4806c1a9e1992aff240b4328b7d16.tar.xz |
rm -rf aux/
Diffstat (limited to 'aux/assert-shellcheck.sh')
-rwxr-xr-x | aux/assert-shellcheck.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh deleted file mode 100755 index 40fd364..0000000 --- a/aux/assert-shellcheck.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -eu - -find . -name '*.sh' -print0 | - xargs -0 awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | - xargs shellcheck |