Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b88ce16a6c5178b75cf2f91d5250cecbddd99aee
[simgrid.git] / examples / gras / ping / test_sg.in
1 #! @BASH@
2 if test -x ./ping_simulator ; then
3   exec ./ping_simulator @srcdir@/../WAN_3.platform.txt @srcdir@/ping_deployment.txt
4 fi
5 exit 77