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 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 plot.py (limited to 'plot.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. -- cgit v1.2.3