The following document is now part of the official pysim
documentation and available here: https://downloads.osmocom.org/docs/pysim/master/html/suci-tutorial.html
This gist is an archive and will not be updated.
#!/bin/bash | |
# Skript um alle verfügbaren Taz-Ausgaben aus dem Taz digiabo in ein Archiv herunterzuladen | |
# Siehe http://www.taz.de/zeitung/abo/digiabo/ für mehr Informationen | |
# Basisverzeichnis für das taz-Archiv | |
taz_dir=$HOME/pub/doc/taz | |
# Heutiges Datum 0:00 - 20 Tage | |
date=$[$(date -d $(date +%Y/%m/%d) +%s)-20*24*60*60] | |
now=$(date +%s) |
The following document is now part of the official pysim
documentation and available here: https://downloads.osmocom.org/docs/pysim/master/html/suci-tutorial.html
This gist is an archive and will not be updated.