minor bug in quick.sh title output

This commit is contained in:
Egan Ford 2020-04-21 17:31:37 -06:00
parent da7d49824f
commit 1189f9f131
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ else
fi
DOWN=$((LINE - 1))
TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -f -t\" -k 5 | head -$LINE | tail -1 | awk -F\" '{print $4}')
TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -f | head -$LINE | tail -1 | awk -F\" '{print $4}')
echo
echo -n "${TITLE}..."

View File

@ -37,7 +37,7 @@ else
fi
DOWN=$((LINE - 1))
TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -f -t\" -k 5 | head -$LINE | tail -1 | awk -F\" '{print $4}')
TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -f | head -$LINE | tail -1 | awk -F\" '{print $4}')
echo
echo -n "${TITLE}..."