prompt needs to escape slashes
This commit is contained in:
parent
8169e66f1d
commit
c2c7d2c384
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue