X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/72a105702165975d1702e64af7d28b60eb311672..ee964dcd8dbf778a1e2adad6c32ddd6914d85449:/tools/tesh2/examples/bg-basic.tesh diff --git a/tools/tesh2/examples/bg-basic.tesh b/tools/tesh2/examples/bg-basic.tesh index 2f78ae8529..28b69db922 100644 --- a/tools/tesh2/examples/bg-basic.tesh +++ b/tools/tesh2/examples/bg-basic.tesh @@ -1,20 +1 @@ -#! ./tesh - -p This is a basic test - -< TOTO \ -TUTU -& Cat -> TOTO TUTU - -p And now, some multilines examples - -< a -< b -< c -< d -& Cat -> a -> b -> c -> d \ No newline at end of file +#! ./tesh p This is a basic test < TOTO \ TUTU & cat > TOTO TUTU p And now, some multilines examples < a < b < c < d & cat > a > b > c > d \ No newline at end of file