diff --git a/demo.sh b/demo.sh index 982ab8d..12e705e 100755 --- a/demo.sh +++ b/demo.sh @@ -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}..." diff --git a/quick.sh b/quick.sh index 982ab8d..12e705e 100755 --- a/quick.sh +++ b/quick.sh @@ -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}..."