diff options
Diffstat (limited to 'bin/assemble')
| -rwxr-xr-x | bin/assemble | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/assemble b/bin/assemble index 04ae785..4c9d81c 100755 --- a/bin/assemble +++ b/bin/assemble @@ -32,3 +32,13 @@ fi if [ -e "$NOTEBOOK" ]; then mv $NOTEBOOK $BUILD/notes fi + +# Move Atom feed +if [ -e "atom.xml" ]; then + mv atom.xml $BUILD +fi + +# Move RSS feed +if [ -e "rss.xml" ]; then + mv rss.xml $BUILD +fi |
