This file contains hidden or 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
#!/usr/bin/env bash | |
#-------------------------------------------------------------------------------------------- | |
# Rename English subtitles in TV season's Subs folder and move up to season's mkv/mp4 folder | |
# | |
# Author: 007revad | |
# Gist on Github: https://gist.github.com/007revad | |
# Script verified at https://www.shellcheck.net/ | |
#-------------------------------------------------------------------------------------------- | |
if [[ -n $1 ]] && [[ -d $1 ]]; then |
NewerOlder