ctfs / write-ups-tools

A collection of tools used to maintain and create CTF write-up folders
232 stars 89 forks source link

README checker is case sensitive and ignores lowercase filenames. #18

Open ghost opened 7 years ago

ghost commented 7 years ago

Line 22 of the script accepts only files specifically named README.md ignoring the various readme.md files in the repositories.

https://github.com/ctfs/write-ups-tools/blob/master/checkreadme.py#L22