Skip to content

Instantly share code, notes, and snippets.

@raberto-nowhere
raberto-nowhere / tracker.session.extract.sh
Created January 25, 2018 22:06
Extract torrents from rtorrent sessions
#!/bin/bash
[ $# -lt 3 ] && {
echo 'Need arguments. look at script..'
exit 1
}
mode="$1"
tracker="$2"
outputdir="$3"