twiddling words
Homepage / publish (push) Successful in 8s
Details
Homepage / publish (push) Successful in 8s
Details
This commit is contained in:
parent
bcd9c64154
commit
fc7cd28999
|
@ -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.
|
I was surprised that I couldn't find any prior work to do this.
|
||||||
|
|
||||||
Put all your .mp3 files in a directory,
|
Put all your .mp3 files in a directory,
|
||||||
put this script in it,
|
then add [build.sh](build.sh)
|
||||||
and make a `config.sh`:
|
and `config.sh` with your settings:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
title="My Audiobook"
|
title="My Audiobook"
|
||||||
|
@ -32,7 +32,10 @@ but not double-quotes.
|
||||||
`&` and `<` might cause problems too.
|
`&` and `<` might cause problems too.
|
||||||
Anyway, it's good enough for me.
|
Anyway, it's good enough for me.
|
||||||
|
|
||||||
`build.sh`:
|
---
|
||||||
|
|
||||||
|
Here's the script inline:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue