thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
38 stars 12 forks source link

feat: make py scripts executable #37

Closed stuertz closed 4 months ago

stuertz commented 4 months ago

On Mac / Linux you can simply call the script with ./solarbank_monitor.py instead of python solarbank_monitor.py

Therefore the script needs the executable bit and the first line must contain a shebang