Merge pull request 'Use env to find the python3 executable for extra portability.' (#1) from kvothe/lid:master into master

Awesome! Glad to hear you are digging it. I had fun working on this one.

Your change is of course the right one. I usually do use env, not sure why I didnt for this, lol. Thanks for the pull! Merging in now.
This commit is contained in:
Sloom Sloum Sluom IV 2020-09-06 04:03:52 +00:00
commit 46f87e1a19
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!