mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
12 lines
385 B
Bash
Executable file
12 lines
385 B
Bash
Executable file
#!/bin/sh
|
|
|
|
COOKIE=$$
|
|
|
|
./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 &
|