Skip to content

Instantly share code, notes, and snippets.

@Dalethium
Dalethium / 1bundle
Created December 30, 2023 05:54 — forked from theappleman/1bundle
Humble Bundle/Store torrent downloader
#!/bin/bash
find "$1" -iname "*.pdf.torrent" -type f | while read torrent; do
echo -e "$torrent\n dir=.download/$(dirname $torrent)"
done | aria2c --seed-time=1 --input-file -