From 5d20c07a54b8354d9c4b15a5a4ac3a89026a39b3 Mon Sep 17 00:00:00 2001 From: haui Date: Fri, 30 Jan 2026 12:41:01 +0100 Subject: [PATCH] add README --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..912656f --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +Hello World! + +This is a quote bot (shell script) which shows a random quote from a file every time it is invoked. + +Note: You need to make it executable to use it. + +The reason i use a file and not the web is hackability, at the moment. + +Please provide a quotes.txt file with one line per quote. + +Have fun!