From daec09bb8a9e8a9c34e58d6129c2ef25db7eaeb0 Mon Sep 17 00:00:00 2001 From: kvothe Date: Sat, 5 Sep 2020 16:13:20 -0400 Subject: [PATCH] Use env to find the python3 executable for extra portability. --- lid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lid b/lid index 69dac72..1d6d0e6 100755 --- a/lid +++ b/lid @@ -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!