mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
use PID as cookie so creation order visible on relay during testing
This commit is contained in:
parent
eccfbb5ccc
commit
f09994153c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
COOKIE=${RANDOM}
|
||||
COOKIE=$$
|
||||
|
||||
./obj_linux_memdbg/xwords -d dict.xwd -r Brynn -a localhost \
|
||||
-p 10999 -C $COOKIE &
|
||||
|
|
Loading…
Reference in a new issue