From fc7cd28999bc612cc52c37103ca36c4d06908037 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 3 Sep 2024 14:03:21 -0600 Subject: [PATCH] twiddling words --- content/blog/2024/09-02-podcast-rss-generator/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/blog/2024/09-02-podcast-rss-generator/index.md b/content/blog/2024/09-02-podcast-rss-generator/index.md index f58d6e1..9b2c8f6 100644 --- a/content/blog/2024/09-02-podcast-rss-generator/index.md +++ b/content/blog/2024/09-02-podcast-rss-generator/index.md @@ -11,8 +11,8 @@ so I made a bourne shell script to generate an RSS feed. I was surprised that I couldn't find any prior work to do this. Put all your .mp3 files in a directory, -put this script in it, -and make a `config.sh`: +then add [build.sh](build.sh) +and `config.sh` with your settings: ```sh title="My Audiobook" @@ -32,7 +32,10 @@ but not double-quotes. `&` and `<` might cause problems too. Anyway, it's good enough for me. -`build.sh`: +--- + +Here's the script inline: + ```sh #! /bin/sh