X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fecf74ce104327729eb6ae5e950e57adb287c27..f2e52e70789159e58204f2cc770dc5f7a4c6498b:/tools/tesh2/examples/bg-basic.tesh diff --git a/tools/tesh2/examples/bg-basic.tesh b/tools/tesh2/examples/bg-basic.tesh index e6d72dc3b0..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