Skip to content

Instantly share code, notes, and snippets.

@timlnx
Created January 13, 2026 16:20
Show Gist options
  • Select an option

  • Save timlnx/d627ac8c4b9928ab084ed8e6e796da11 to your computer and use it in GitHub Desktop.

Select an option

Save timlnx/d627ac8c4b9928ab084ed8e6e796da11 to your computer and use it in GitHub Desktop.
Transmission Call Script
#!/bin/bash
export LG=$HOME/new-call-log
echo '##################### BEGIN #############################' >> $LG
echo "[$(date +'%F-%T')] Call script for: ${TR_TORRENT_NAME}" >> $LG
$HOME/bin/transmission.py >> $LG 2>&1 || true
echo '###################### END ##############################' >> $LG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment