mirror of
https://github.com/datajerk/gameserverclient.git
synced 2026-04-20 01:16:39 +00:00
minor bug in quick.sh title output
This commit is contained in:
@@ -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}..."
|
||||
|
||||
@@ -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}..."
|
||||
|
||||
Reference in New Issue
Block a user