Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually, the datadesc.little32 file was generated on little32_4 architecture (my...
[simgrid.git] / teshsuite / gras / trp_tcp_usage.in
1 #! @BASH@ -e
2
3 if test -e gras/trp_tcp_server@EXEEXT@ ; then
4   base=gras
5 else 
6   base=.
7 fi
8
9 if [ x@EXEEXT@ = x ] ; then 
10   wine=
11 else
12   wine=wine
13 fi
14
15 $wine $base/trp_tcp_server@EXEEXT@ $@ &
16 sleep 1
17 $wine $base/trp_tcp_client@EXEEXT@ $@
18