nsbin/old/myfrisk
Nico Schottelius 844c1b8170 more cleanups
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-29 18:25:27 +01:00

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 &