Script 'game-add': fix output.
This commit is contained in:
parent
9d31706c21
commit
8687fd730f
4
game-add
4
game-add
@ -180,7 +180,7 @@ function game_add_player {
|
|||||||
local lichess_ply=$1
|
local lichess_ply=$1
|
||||||
local ply=${NAMES[$lichess_ply]}
|
local ply=${NAMES[$lichess_ply]}
|
||||||
while [[ ! " ${NAMES[@]} " =~ \ $ply\ ]]; do
|
while [[ ! " ${NAMES[@]} " =~ \ $ply\ ]]; do
|
||||||
echo -n "The list of players:"
|
echo -n "$(tput setaf 2)The list of players:$(tput sgr0)"
|
||||||
sed "s/ /\\"$'\n'"$(tput setaf 6)*$(tput sgr0) /g" <<< " ${NAMES[@]}"
|
sed "s/ /\\"$'\n'"$(tput setaf 6)*$(tput sgr0) /g" <<< " ${NAMES[@]}"
|
||||||
echo -n "Type the name of ${lichess_ply}> "
|
echo -n "Type the name of ${lichess_ply}> "
|
||||||
read ply
|
read ply
|
||||||
@ -216,7 +216,7 @@ function game_validate {
|
|||||||
|
|
||||||
# List found games
|
# List found games
|
||||||
echo "$(tput setaf 2)Found games:$(tput sgr0)"
|
echo "$(tput setaf 2)Found games:$(tput sgr0)"
|
||||||
echo -en "$ply_ordered" \
|
echo -en "$ply_names" \
|
||||||
| sed "s/ / - /;s/^/$(tput setaf 6)*$(tput sgr0) /"
|
| sed "s/ / - /;s/^/$(tput setaf 6)*$(tput sgr0) /"
|
||||||
|
|
||||||
if [[ "$ply_names" != "$ply_ordered" ]]; then
|
if [[ "$ply_names" != "$ply_ordered" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user