prompt needs to escape slashes

This commit is contained in:
Beth Parker 2017-09-29 11:59:52 -05:00
parent 8169e66f1d
commit c2c7d2c384

View file

@ -5,7 +5,7 @@ fi
src=$1
dest=$2
echo "Schemes should be a regex of the form (?<=TEXT)\d\d(?=TEXT) where TEXT is uniquely identifying text"
echo "Schemes should be a regex of the form (?<=TEXT)\\d\\d(?=TEXT) where TEXT is uniquely identifying text"
read -p "Season Scheme? " sscheme
read -p "Episode Scheme? " escheme
read -p "Series Name? " name