twiddling words
Homepage / publish (push) Successful in 8s Details

This commit is contained in:
Neale Pickett 2024-09-03 14:03:21 -06:00
parent bcd9c64154
commit fc7cd28999
1 changed files with 6 additions and 3 deletions

View File

@ -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