Remove executable permission from files.
No file contained a shebang so all files have the executable permission removed.
Command used: rg '#!' -v -l | xargs chmod -x
This is the only change but applies to all files.
Relates to issue #18 (closed).