This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
####################################### | |
### NZBGET POST-PROCESSING SCRIPT ### | |
# | |
# This script will rename the file to | |
# the nzb name. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Usage | |
# /bin/bash ./remove_abandoned_subtitles.sh /path/to/media | |
if [ -z "${BASH_VERSINFO}" ]; then | |
echo "ERROR: You must execute this script with BASH" | |
exit | |
fi |