mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/bash
|
|
|
|
find ./Modules -type f -name README.md -exec sh -c 'cat README.md > "{}"' \; |