diff --git a/rename_episode.sh b/rename_episode.sh index 1a75803..6901857 100644 --- a/rename_episode.sh +++ b/rename_episode.sh @@ -4,8 +4,6 @@ if [ $# -ne 2 ];then fi src=$1 dest=$2 -read -p "Source? " src -read -p "Destination? " dest echo "Schemes should be a regex of the form (?<=TEXT)\d\d(?=TEXT) where TEXT is uniquely identifying text" read -p "Season Scheme? " sscheme