make newline between urls
This commit is contained in:
parent
49d96f273b
commit
ef0cb0788c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue