Skip to content

Instantly share code, notes, and snippets.

@caarlos0
caarlos0 / series.sh
Created December 30, 2011 21:51 — forked from k3rn/series.sh
#!/bin/bash
###
feedurl='' #url do feed do teu tracker
series=("American.Horror.Story" "The.X.Factor") #aqui uma array com as series
dir='' #diretorio onde o teu cliente de torrent esta escutando
##
mkdir -p /tmp/torresmos/
cd /tmp/torresmos
wget $feedurl -O feed.xml -o /dev/null;