make newline between urls

This commit is contained in:
David Holdeman 2022-01-24 17:19:05 -06:00
parent 49d96f273b
commit ef0cb0788c
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ searchfile() {
echo $link echo $link
read -p "Enter a title or leave empty to use URL as title or enter 'n' to skip: " TITLE read -p "Enter a title or leave empty to use URL as title or enter 'n' to skip: " TITLE
if [ "$TITLE" == "n" ]; then if [ "$TITLE" == "n" ]; then
echo
continue continue
fi fi
if [ $(echo -n "$TITLE" | wc -c) -lt 1 ]; then if [ $(echo -n "$TITLE" | wc -c) -lt 1 ]; then