Skip to content

Instantly share code, notes, and snippets.

@hillo10
hillo10 / rename.sh
Created July 8, 2023 15:03 — forked from JudsonHat/RenameToNzbName.sh
nzbget script to rename file to the nzb name
#!/bin/bash
#######################################
### NZBGET POST-PROCESSING SCRIPT ###
#
# This script will rename the mkv to
# the nzb name.
#