-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo_tournament_eval
23 lines (23 loc) · 1.23 KB
/
go_tournament_eval
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# en cas de problème, ajouter sh devant chaque ligne.
python paintwars.py 0 False 1 2> /dev/null | tail -n 1
python paintwars.py 0 True 1 2> /dev/null | tail -n 1
python paintwars.py 1 False 1 2> /dev/null | tail -n 1
python paintwars.py 1 True 1 2> /dev/null | tail -n 1
python paintwars.py 2 False 1 2> /dev/null | tail -n 1
python paintwars.py 2 True 1 2> /dev/null | tail -n 1
python paintwars.py 3 False 1 2> /dev/null | tail -n 1
python paintwars.py 3 True 1 2> /dev/null | tail -n 1
python paintwars.py 4 False 1 2> /dev/null | tail -n 1
python paintwars.py 4 True 1 2> /dev/null | tail -n 1
python paintwars.py 5 False 1 2> /dev/null | tail -n 1
python paintwars.py 5 True 1 2> /dev/null | tail -n 1
python paintwars.py 6 False 1 2> /dev/null | tail -n 1
python paintwars.py 6 True 1 2> /dev/null | tail -n 1
python paintwars.py 7 False 1 2> /dev/null | tail -n 1
python paintwars.py 7 True 1 2> /dev/null | tail -n 1
python paintwars.py 8 False 1 2> /dev/null | tail -n 1
python paintwars.py 8 True 1 2> /dev/null | tail -n 1
python paintwars.py 9 False 1 2> /dev/null | tail -n 1
python paintwars.py 9 True 1 2> /dev/null | tail -n 1
python paintwars.py 10 False 1 2> /dev/null | tail -n 1
python paintwars.py 10 True 1 2> /dev/null | tail -n 1