chrisz / pyhusmow

Control your Husqvarna automower
GNU General Public License v3.0
59 stars 29 forks source link

Add shebang for python executables #11

Closed tmonjalo closed 7 years ago

tmonjalo commented 7 years ago

The scripts are made executables and can be called directly: ./husmow.py status

The default Python interpreter is used to run the script, when using this calling convention.

Signed-off-by: Thomas Monjalon thomas@monjalon.net

chrisz commented 7 years ago

Thanks for the patch :-)