From 4e313a47a84fb8809938120296be75d5833ee616 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 29 Jan 2023 10:38:40 -0700 Subject: [PATCH] Rename, execute bit --- polar-plot.py => polar-plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename polar-plot.py => polar-plot (96%) mode change 100644 => 100755 diff --git a/polar-plot.py b/polar-plot old mode 100644 new mode 100755 similarity index 96% rename from polar-plot.py rename to polar-plot index 9fd02b6..977d212 --- a/polar-plot.py +++ b/polar-plot @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# polar_plot.py +# polar_plot # # Copyright (C) 2023, Cees Bassa # GPLv3+