Make 'run' POSIX-compliant

This commit is contained in:
Andrew Dunham 2021-07-10 23:16:01 -04:00
parent 1705039511
commit 68af0ac537
2 changed files with 64 additions and 45 deletions

View file

@ -1,4 +1,6 @@
all:
lint:
find apply run push lib -type f -not -iname '*.*' | xargs shellcheck -s bash
@find apply push lib -type f -not -iname '*.*' | xargs shellcheck -s bash
@shellcheck -s dash run
@echo -e "\033[032mOK\033[0m"