mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
print number of devices left
This commit is contained in:
parent
0924a20a66
commit
113c7a13d2
1 changed files with 3 additions and 0 deletions
|
@ -315,6 +315,9 @@ close_device() {
|
|||
unset ROOMS[$ID]
|
||||
unset APPS[$ID]
|
||||
unset ARGS_DEVID[$ID]
|
||||
|
||||
COUNT=${#ARGS[*]}
|
||||
echo "$COUNT devices left playing..."
|
||||
}
|
||||
|
||||
OBITS=""
|
||||
|
|
Loading…
Reference in a new issue