Olivier Aumage hace 8 años
padre
commit
ef932f34c0
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      examples/heat/heat.sh

+ 8 - 8
examples/heat/heat.sh

@@ -21,22 +21,22 @@ set -e
 
 PREFIX=$(dirname $0)
 
-$PREFIX/head -shape 0
-$PREFIX/head -shape 1
-$PREFIX/head -shape 2
+$PREFIX/heat -shape 0
+$PREFIX/heat -shape 1
+$PREFIX/heat -shape 2
 
-$PREFIX/head -cg
+$PREFIX/heat -cg
 
 # TODO: FIXME
 
 # segfault
-#$PREFIX/head -v1
+#$PREFIX/heat -v1
 
 # (actually the default...)
-$PREFIX/head -v2
+$PREFIX/heat -v2
 
 # hang
-#$PREFIX/head -v3
+#$PREFIX/heat -v3
 
 # hang
-#$PREFIX/head -v4
+#$PREFIX/heat -v4