Skip to content
Snippets Groups Projects
Commit d75110ff authored by Felton Samuel's avatar Felton Samuel
Browse files

launch script

parent f76e067f
No related branches found
No related tags found
No related merge requests found
ai_vs_ai=1
ai_think_time=3000
ai_vs_ai_game_count=100
ai_vs_ai_game_count=10
heuristic_ai_1=left_up
heuristic_ai_2=default
send_game_to_gui=1
#!/bin/bash
declare -a machines=("vittel" "vichy")
echo -n User:
read user
for m in "${machines[@]}"
do
#ssh ${user}@${m} '
#gnome-terminal -hold "bash -c ssh ${user}@${m}"
xterm -hold -e "ssh ${user}@${m} 'cd pingouins;make && ./AI/bin/penguin'" &
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment