~ubuntu-branches/ubuntu/raring/simgrid/raring

« back to all changes in this revision

Viewing changes to tools/tesh/background.tesh

  • Committer: Package Import Robot
  • Author(s): Martin Quinson
  • Date: 2013-01-31 00:24:51 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130131002451-krejhf7w7h24lpsc
Tags: 3.9~rc1-1
* New upstream release: the "Grasgory" release. Major changes:
  - Gras was completely removed from this version.
  - Documentation reorganization to ease browsing it.
  - New default value for the TCP_gamma parameter: 4MiB

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
$ gcc -Wall -o delayed_cat delayed_cat.c
40
40
 
41
 
& ./delayed_cat 
 
41
& ./delayed_cat
42
42
> TOTO
43
43
 
44
44
< TOTO
47
47
$ sleep 2
48
48
$ cd ..
49
49
$ rm -rf temp_testdir_background
50