]> AND Public Git Repository - simgrid.git/blobdiff - tools/tesh/background.tesh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[doc] general update on tracing doc
[simgrid.git] / tools / tesh / background.tesh
index e03da443d735d33420d1c9ccc8d996ee5df96fc5..7c9de93192545de5394dbc4745845aeb3c4915d8 100644 (file)
@@ -38,7 +38,7 @@ $ mkfile delayed_cat.c
 
 $ gcc -Wall -o delayed_cat delayed_cat.c
 
-& ./delayed_cat 
+& ./delayed_cat
 > TOTO
 
 < TOTO
@@ -47,4 +47,3 @@ $ mkfile tmp_fich
 $ sleep 2
 $ cd ..
 $ rm -rf temp_testdir_background
-