1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

reverse command

This commit is contained in:
Jason Nagin 2024-07-09 09:57:30 -04:00 committed by GitHub
parent 67d033a4f1
commit ae57d3e38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
docs: docs:
while read -r line; do echo "\"${line}\""; done < <(find -name '*.md') find -name '*.md' | while read -r line; do echo "\"$${line}\""; done