diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-16 17:02:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-16 17:02:47 +0200 |
commit | 0020eae4c9579b4a2d47ed339fe29183242a60f8 (patch) | |
tree | 322a4ea1f18d51cf5fc111dd497f7cd81914ba3f /rss | |
parent | b5562f7bd1628769ca24e5771a75e0f4441ebd61 (diff) |
rss feed done
Diffstat (limited to 'rss')
-rwxr-xr-x | rss/genrss | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,9 +4,6 @@ cd $(dirname $0) alias xml="xmlstarlet" -# exit if no out dir -[[ ! -d ../out ]] && exit 1 - cp base.xml atom.xml for file in ../out/post/*; do base=$(basename "$file" .html) |