use default redme text

This commit is contained in:
Dennis Eichhorn 2023-10-01 22:48:35 +00:00
parent 3335fb129e
commit c448c3d59e

View File

@ -0,0 +1,3 @@
#!/bin/bash
find ./Modules -type f -name README.md -exec sh -c 'cat README.md > "{}"' \;