mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
test script, first draft.
This commit is contained in:
parent
46cb6c2955
commit
13415e895e
1 changed files with 12 additions and 0 deletions
12
xwords4/linux/scripts/use_relay.sh
Executable file
12
xwords4/linux/scripts/use_relay.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
COOKIE=${RANDOM}
|
||||
|
||||
./obj_linux_memdbg/xwords -d dict.xwd -r Brynn -a localhost \
|
||||
-p 10999 -C $COOKIE &
|
||||
./obj_linux_memdbg/xwords -d dict.xwd -r Ariela -a localhost \
|
||||
-p 10999 -C $COOKIE &
|
||||
./obj_linux_memdbg/xwords -d dict.xwd -r Kati -a localhost \
|
||||
-p 10999 -C $COOKIE &
|
||||
./obj_linux_memdbg/xwords -d dict.xwd -r Eric -s -N -N -N -a localhost \
|
||||
-p 10999 -C $COOKIE &
|
Loading…
Reference in a new issue