commit f2ddd60f826ba76cb091a0a3f4463a097d846af1 parent bca1eec1326d6745297122c41645e49040bd65e8 Author: zakaria <e-zk@users.noreply.github.com> Date: Sun, 8 Aug 2021 20:38:27 +1000 Add makefile w/ shellchecks Diffstat:
A | makefile | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/makefile b/makefile @@ -0,0 +1,10 @@ +.POSIX: +.SUFFIXES: +.PHONY: check + +all: check + +check: + -shellcheck -s sh -x shite + -shellcheck -s sh -x index.sh + -shellcheck -s sh -x rss.sh