nsbin/myfrisk
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02: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 &