This commit is contained in:
stubbfel
2014-04-07 23:27:19 +02:00
parent 784a0ea2c5
commit c66a4b8fa0
2 changed files with 10 additions and 0 deletions

6
dailynewsList2kindle.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd /home/calibre
./news2kindle.sh heise
./news2kindle.sh netzpolitik
./news2kindle.sh taggeschau_de
./news2kindle.sh fefesblog

4
news2kindle.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
NAME=$1
xvfb-run ebook-convert recipe/$NAME.recipe mobi/$NAME.mobi --output-profile kindle
calibre-smtp -a mobi/$NAME.mobi -s $NAME stubbfel@b-tu.de stubbfel@kindle.com "$NAME"