From 024590fe90ac547e82291a94891949cea4270996 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 28 Nov 2023 23:52:38 +0100 Subject: chmod +x executables --- plot.py | 2 ++ test.py | 2 ++ 2 files changed, 4 insertions(+) mode change 100644 => 100755 plot.py mode change 100644 => 100755 test.py diff --git a/plot.py b/plot.py old mode 100644 new mode 100755 index 0a8ec75..5105e5f --- a/plot.py +++ b/plot.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin # This file is part of the "Sorting algorithms" project. # For details, see https://github.com/egor-tensin/sorting-algorithms. diff --git a/test.py b/test.py old mode 100644 new mode 100755 index 524df22..cbf8880 --- a/test.py +++ b/test.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2016 Egor Tensin # This file is part of the "Sorting algorithms" project. # For details, see https://github.com/egor-tensin/sorting-algorithms. -- cgit v1.2.3