1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-03-27 10:27:59 +01:00
build-container-installer/docs/Makefile
2024-07-09 09:57:30 -04:00

2 lines
No EOL
75 B
Makefile

docs:
find -name '*.md' | while read -r line; do echo "\"$${line}\""; done