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:
parent
67d033a4f1
commit
ae57d3e38f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
docs:
|
||||
while read -r line; do echo "\"${line}\""; done < <(find -name '*.md')
|
||||
find -name '*.md' | while read -r line; do echo "\"$${line}\""; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue