gfind . -regex '.*.html' > ~/Desktop/FILES
while read i ; do mkdir -p "$(dirname "$i")"; done < ~/Desktop/FILES
while read i ; do cat license.html > $i; done < ~/Desktop/FILES- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
JUnit website
License
junit-team/junit-team.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|