From cbc5738c66dfc9b3f851096420901047e7646e56 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 25 Nov 2010 11:52:27 -0500 Subject: [PATCH] Make 180.py executable, so I can link directly to it from ~/bin. --- posts/Upside-down_text/180.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 posts/Upside-down_text/180.py diff --git a/posts/Upside-down_text/180.py b/posts/Upside-down_text/180.py old mode 100644 new mode 100755 index ebdc23a..2649673 --- a/posts/Upside-down_text/180.py +++ b/posts/Upside-down_text/180.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Original maps mostly drawn from -- 2.26.2