mirror of
https://github.com/datajerk/gameserverclient.git
synced 2025-02-06 15:30:01 +00:00
minor bug in quick.sh title output
This commit is contained in:
parent
da7d49824f
commit
1189f9f131
2
demo.sh
2
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}..."
|
||||
|
2
quick.sh
2
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}..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user