From 3f0bf2f966bccdc3feeaa451a3b7138602286747 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 26 Jul 2016 12:32:15 -0700 Subject: [PATCH] Make knight_moves_count executable --- dotfiles/lib/python/knight_moves_count.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 dotfiles/lib/python/knight_moves_count.py diff --git a/dotfiles/lib/python/knight_moves_count.py b/dotfiles/lib/python/knight_moves_count.py old mode 100644 new mode 100755 index a2de26f9..2e1f131c --- a/dotfiles/lib/python/knight_moves_count.py +++ b/dotfiles/lib/python/knight_moves_count.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import sys