Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
circleci have a borken install of cmake
[simgrid.git] / tools / tesh / background.tesh
1 ! output ignore
2 $ cmake -E remove bgtesh.pl bgtesh.data
3
4 < use strict; 
5 < sleep(1);
6 < open (FILE, "<bgtesh.data") || die "Cannot open bgtesh.data: $!\n";
7
8 < while (<FILE>) {
9 <   print;
10 < }
11 < close(FILE);
12 < exit 0;
13 <
14 $ mkfile bgtesh.pl
15
16 & perl bgtesh.pl
17 > TOTO
18
19 < TOTO
20 $ mkfile bgtesh.data
21
22 $ sleep 2
23
24 ! output ignore
25 $ cmake -E remove bgtesh.pl bgtesh.data