79081107

Date: 2024-10-12 13:39:45
Score: 3.5
Natty:
Report link

I'd just like to add to what @Christoph suggested, because for some reason just using DIRS = $(wildcard */) did NOT work for me, so I ended up having to do $ROOT_DIR = ./ & then substituting that to do $DIRS = $(wildcard $(ROOT_DIT)*/)$ which gave me the appropriate output of the sub-folders/files

Reasons:
  • Blacklisted phrase (1): did NOT work
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Christoph
  • Single line (0.5):
  • Low reputation (1):
Posted by: FJ W