Make all the Python scripts executable - Dieptranivsr/DroneIVSR GitHub Wiki
Make all the Python scripts executable (by default they are set to non-executable when downloaded from Github, or anywhere for that matter)
$ find . -name "*.py" -exec chmod +x {} \