blob: bbfc02c57413a6c217417312c89fce4dd3d1a421 [file] [log] [blame]
#!/bin/sh
temps="1.5 1.8 2.5 3.5 4.5"
for temp in $temps; do
echo "-----------------------------"
echo "Executant per T = $temp"
echo "-----------------------------"
./out/mc1 $temp
echo
done
./graphs/different_temp.gnu