Use env to find the python3 executable for extra portability.

This commit is contained in:
kvothe. 2020-09-05 16:13:20 -04:00
parent f9ec7f86d7
commit daec09bb8a
1 changed files with 1 additions and 1 deletions

2
lid
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# lid: lo-fi image dithering
# written by sloum
# licence: public domain - use it, improve it, share it!