ffmpeg_split
ffmpeg_split copied to clipboard
Remove executable permission from files not meant for execution.
Ahoj,
after checkout of your repository, the files not meant for execution have the executable permission set:
ls -lA:
drwxr-xr-x 1 <censored> <censored> 142 May 25 17:37 .git
-rwxr-xr-x 1 <censored> <censored> 1045 May 25 17:32 .gitignore
-rwxr-xr-x 1 <censored> <censored> 11357 May 25 17:32 LICENSE
-rwxr-xr-x 1 <censored> <censored> 548 May 25 17:32 README.md
-rwxr-xr-x 1 <censored> <censored> 3972 May 25 17:32 split_ffmpeg.py
Please remove them from all files exept split_ffmpeg.py, and of course also except the .git directory.
Regards!
Done