mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +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
|
#!/bin/sh
|
||||||
|
|
||||||
COOKIE=${RANDOM}
|
COOKIE=$$
|
||||||
|
|
||||||
./obj_linux_memdbg/xwords -d dict.xwd -r Brynn -a localhost \
|
./obj_linux_memdbg/xwords -d dict.xwd -r Brynn -a localhost \
|
||||||
-p 10999 -C $COOKIE &
|
-p 10999 -C $COOKIE &
|
||||||
|
|
Loading…
Add table
Reference in a new issue