From 93b08c990cfd6ea3c1c5e3f5a4878d231d01bc44 Mon Sep 17 00:00:00 2001 From: Michael Borden Date: Wed, 6 Apr 2016 21:20:09 -0700 Subject: [PATCH] =?UTF-8?q?env=20shebang=20fix=20=E2=99=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/lns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lns b/bin/lns index c8ba4e3..b8c04e7 100755 --- a/bin/lns +++ b/bin/lns @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # (c) 2015 Taeyeon Mori # A simple script to make ln -s less painful #