kartaview / upload-scripts

Uploader tools for KartaView
MIT License
59 stars 30 forks source link

Fix #!, chmod 755 #66

Closed alrs closed 5 years ago

alrs commented 5 years ago

This PR fixes the shebang lines in the executable scripts to use $!/usr/bin/env so that the version of Python selected in the virutalenv will work.

The three executable python scripts are chmodded to 755, so that they can be executed directly.