From 6c0f6829a35f9147f244c66b13782441647fd42c Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 24 Nov 2015 19:34:19 +0100 Subject: [PATCH] Added Python shebang --- some_code_file.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 some_code_file.py diff --git a/some_code_file.py b/some_code_file.py old mode 100644 new mode 100755 index a7cd58c..1a623bb --- a/some_code_file.py +++ b/some_code_file.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + value = 3 def print_5():