844c1b8170
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
15 lines
163 B
Bash
Executable file
15 lines
163 B
Bash
Executable file
#!/bin/sh
|
|
|
|
HOST="localhost"
|
|
|
|
friskserver &
|
|
|
|
# wait some seconds to let friskserver initialize
|
|
sleep 2
|
|
|
|
aiConway $HOST &
|
|
aiColson $HOST &
|
|
|
|
sleep 2;
|
|
|
|
xfrisk $HOST &
|