mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
12 lines
392 B
Bash
Executable file
12 lines
392 B
Bash
Executable file
#!/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 &
|