This commit is contained in:
Darukutsu 2022-08-11 18:12:22 +02:00
parent 5e205be7d9
commit bd0e1215f6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Do you wish to overwrite existing files? y/N/d
y-yes; n-no(default); d-overwrites directory
input anything else to cancel ('q' for example)"
read option
read -r option
case $option in
y | yes | Y | YES) option='if [ -d {} ]; then cp -r {} .; else cp {} .; fi';;