blob: bbfc02c57413a6c217417312c89fce4dd3d1a421 [file] [log] [blame]
avm99963802583e2022-05-12 10:56:56 +02001#!/bin/sh
2temps="1.5 1.8 2.5 3.5 4.5"
3for temp in $temps; do
4 echo "-----------------------------"
5 echo "Executant per T = $temp"
6 echo "-----------------------------"
7 ./out/mc1 $temp
8
9 echo
10done
11./graphs/different_temp.gnu