Last active
August 29, 2015 14:21
-
-
Save jangeador/af87c7bb597913a6dfda to your computer and use it in GitHub Desktop.
Bajar la Guia del proyecto TVGuia para OpenElec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# creado 5/19/15 por eljohnsmith para proyecto TVGuia | |
# Enlace a Dropbox Folder. Hay que asegurar que el final dice "dl=1" en vez de "dl=0" | |
dropboxlink=https://www.dropbox.com/sh/1bwe0nfpc92lmqb/AAAy0B2CxS56-74kZGAjore0a?dl=1 | |
filedate=$(date +%Y%m%d) | |
tvguia=~/tvguia | |
downloads=~/downloads | |
# let's archive the current data | |
# mv $downloads/tvguia.zip $downloads/tvguia-$backupdate.zip | |
# download the new files | |
wget -O $downloads/tvguia.zip $dropboxlink | |
unzip -o $downloads/tvguia.zip -d $tvguia |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment