Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dummy scripts passing the args to the programs. Damn automake limitation
[simgrid.git] / examples / ping / test_rl
diff --git a/examples/ping/test_rl b/examples/ping/test_rl
new file mode 100755 (executable)
index 0000000..4c4c12d
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+./ping_server 4000&
+./ping_client 127.0.0.1 4000