This commit is contained in:
David Holdeman 2023-01-18 16:05:50 -06:00
parent 9e899f3d21
commit 458957dc12
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ checkurl() {
return 1
fi
# List the potential files, with numbers.
echo "$FILES" | cat --number
echo "$FILES" | cat --number >&2
if [ "$SCRIPT" -lt 1 ]; then
# Read the user input
read -r PICK