Skip to content
  • Grzegorz Szymaszek's avatar
    cfix: Add missing and remove unneeded execute bits · c81ea41b
    Grzegorz Szymaszek authored
    Remove the execute bit from files that most likely should not be
    executable in a Unix-like environment, like Markdown or Yaml.
    
    Set the execute bit on files that most likely should be executable:
    those having "#!/usr/bin/env ..." or similar solutions.
    c81ea41b