20140407
This commit is contained in:
6
dailynewsList2kindle.sh
Executable file
6
dailynewsList2kindle.sh
Executable 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
4
news2kindle.sh
Executable 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"
|
||||
Reference in New Issue
Block a user