diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-09 19:22:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-09 19:22:42 +0300 |
| commit | 816f3bed0e730b0275201c43d1baabe821e66e23 (patch) | |
| tree | b4fb2913fcc9b48adc6477f3f429efd66387c38f | |
| parent | fce74e580e8af57668fa77c06ff6937b9f435044 (diff) | |
add Why Bash?
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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? |
