Use env to find the python3 executable for extra portability. #1

Merged
sloum merged 1 commits from :master into master 2020-09-06 04:04:07 +00:00
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!