updated Makefile
75ef17c7
Hari Sekhon
committed
1 changed file
Makefile
/Makefile+1
/Makefile
Add comment 53 allow:
Add comment 54 @find . -type f -name .envrc | \
Add comment 55 sed '/bash-tools/d' | \
Add comment 56 Plus   sort | \
Add comment 56 57 while read -r path; do \
Add comment 57 58 echo "Approving: $$path" && \
Add comment 58 59 direnv allow "$$path"; \