From b19b2a94dd68a752b47c02bf237b5950e48657f8 Mon Sep 17 00:00:00 2001
From: Stefan Huber <shuber@sthu.org>
Date: Tue, 4 May 2021 21:17:18 +0200
Subject: [PATCH] Rename to oe1archive

Adopt new script filename in the README. And not only rename the script
filename, but, in some sense, the program name per se, i.e., the section
header of the README.
---
 README.markdown | 12 ++++++------
 oe1archive      |  0
 2 files changed, 6 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 oe1archive

diff --git a/README.markdown b/README.markdown
index a54b656..2c3e8e9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,4 @@
-# oe1archive.py
+# oe1archive
 
 A tool do download Ö1 radio broadcasts. This repo is a clone of this [original
 repo](https://git.sthu.org/?p=oe1archive.git) and there is also a
@@ -6,13 +6,13 @@ repo](https://git.sthu.org/?p=oe1archive.git) and there is also a
 
 To search or fetch broadcasts with oe1archive, call it like this:
 
-    % oe1archive.py -h
+    % ./oe1archive -h
     Usage:
-        ./oe1archive.py -h, --help
-        ./oe1archive.py -c, --choose
-        ./oe1archive.py -s, --search TITLE
+        ./oe1archive -h, --help
+        ./oe1archive -c, --choose
+        ./oe1archive -s, --search TITLE
 
-    % oe1archive.py -s jazz
+    % ./oe1archive -s jazz
 
 
 ## Contributors
diff --git a/oe1archive b/oe1archive
old mode 100644
new mode 100755
-- 
2.39.5