Skip to content

Instantly share code, notes, and snippets.

View jhughesco's full-sized avatar

Jeff Hughes jhughesco

  • Hughesco.org
View GitHub Profile
@JudsonHat
JudsonHat / RenameToNzbName.sh
Last active May 9, 2025 00:45
nzbget script to rename file to the nzb name
#!/bin/bash
#######################################
### NZBGET POST-PROCESSING SCRIPT ###
#
# This script will rename the file to
# the nzb name.
#