mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
Make 'run' POSIX-compliant
This commit is contained in:
parent
1705039511
commit
68af0ac537
2 changed files with 64 additions and 45 deletions
4
Makefile
4
Makefile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue