Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Huge code cleanup + implementation of the background commands. Damn thing, that was...
[simgrid.git] / tools / tesh / bg-basic.tesh
diff --git a/tools/tesh/bg-basic.tesh b/tools/tesh/bg-basic.tesh
new file mode 100644 (file)
index 0000000..9889856
--- /dev/null
@@ -0,0 +1,20 @@
+#! ./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