summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-09 19:22:42 +0300
committerPaul Buetow <paul@buetow.org>2023-07-09 19:22:42 +0300
commit816f3bed0e730b0275201c43d1baabe821e66e23 (patch)
treeb4fb2913fcc9b48adc6477f3f429efd66387c38f
parentfce74e580e8af57668fa77c06ff6937b9f435044 (diff)
add Why Bash?
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c03a2e..db93044 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,10 @@ These are the requirements for running the `gemtexter` static site generator scr
The script is tested on a recent Fedora Linux. For *BSD or macOS, you would need to install GNU Sed, GNU Date, GNU Grep and a newer version of Bash.
+## Why Bash?
+
+This project is too complex for a Bash script. Writing it in Bash was to try out how maintainable a "larger" Bash script could be. It's still pretty maintainable and helps me try new Bash tricks here and then!
+
## Usage
So you want such a pretty internet site too?