mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
test script, first draft.
This commit is contained in:
parent
8ad14327e2
commit
f751b1ebd9
1 changed files with 12 additions and 0 deletions
12
linux/scripts/use_relay.sh
Executable file
12
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