From ea57dd90b62277ec6ac4f55d0eb54af458b26858 Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Fri, 29 Sep 2017 11:24:16 -0500 Subject: [PATCH] forgot to remove lines --- rename_episode.sh | 2 -- 1 file changed, 2 deletions(-) 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