Skip to content

Instantly share code, notes, and snippets.

View clementlefevre's full-sized avatar

clementlefevre clementlefevre

View GitHub Profile
@clementlefevre
clementlefevre / fetch_news.sh
Created April 5, 2018 19:39 — forked from rogeliodh/fetch_news.sh
[Bash] Script to fetch news with calibre
#!/bin/bash
# This is free and unencumbered shell script released into the public domain.
#
####################### Begin Customization Section #############################
#
# Name of the recipe to fetch. You can run:
# ebook-convert --list-recipes
# to look for the correct name. Do not forget the .recipe suffix
RECIPE="La Jornada (Mexico).recipe"