#!/bin/bash -x

nohup transmission-cli --download-dir crossref-data \
      -f "$PWD/_STOP-TRANSMISSION-CLI.sh" \
      https://academictorrents.com/download/e0eda0104902d61c025e27e4846b66491d4c9f98.torrent \
      >  nohup-torrent-download-2025.out &
