From 098b31c68a5be96b2ef33973bd4eff17b39d13b9 Mon Sep 17 00:00:00 2001 From: "Bradley M. Small" <bradley_small@hotmail.com> Date: Thu, 17 Oct 2019 16:36:24 -0400 Subject: [PATCH] adding shebang --- main.py | 1 + nonrecfib.py | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 main.py mode change 100644 => 100755 nonrecfib.py diff --git a/main.py b/main.py old mode 100644 new mode 100755 index 22f6adb..6b0581f --- a/main.py +++ b/main.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 def NFact135(): def fact(x): _fact = 1 diff --git a/nonrecfib.py b/nonrecfib.py old mode 100644 new mode 100755 index 244fb82..d2cafc5 --- a/nonrecfib.py +++ b/nonrecfib.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 """Document Comment.""" -- GitLab