Skip to content

Instantly share code, notes, and snippets.

@jangeador
Last active August 29, 2015 14:21
Show Gist options
  • Save jangeador/af87c7bb597913a6dfda to your computer and use it in GitHub Desktop.
Save jangeador/af87c7bb597913a6dfda to your computer and use it in GitHub Desktop.
Bajar la Guia del proyecto TVGuia para OpenElec
#!/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