From 738614aa1c44effdecd2e8ba193f83e252fa90f5 Mon Sep 17 00:00:00 2001 From: Vincent Barrilliot Date: Sun, 13 Feb 2022 22:54:59 +0100 Subject: [PATCH] Add execute permission to python scripts --- C256Mgr/c256mgr.py | 0 C256Mgr/foenix.py | 0 C256Mgr/intelhex.py | 0 C256Mgr/srec.py | 0 C256Mgr/wdc.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 C256Mgr/c256mgr.py mode change 100644 => 100755 C256Mgr/foenix.py mode change 100644 => 100755 C256Mgr/intelhex.py mode change 100644 => 100755 C256Mgr/srec.py mode change 100644 => 100755 C256Mgr/wdc.py diff --git a/C256Mgr/c256mgr.py b/C256Mgr/c256mgr.py old mode 100644 new mode 100755 diff --git a/C256Mgr/foenix.py b/C256Mgr/foenix.py old mode 100644 new mode 100755 diff --git a/C256Mgr/intelhex.py b/C256Mgr/intelhex.py old mode 100644 new mode 100755 diff --git a/C256Mgr/srec.py b/C256Mgr/srec.py old mode 100644 new mode 100755 diff --git a/C256Mgr/wdc.py b/C256Mgr/wdc.py old mode 100644 new mode 100755