Skip to content

Instantly share code, notes, and snippets.

@JudsonHat
JudsonHat / RenameToNzbName.sh
Last active November 7, 2023 13:23
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.
#