summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/corba_example/server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpClients/EflClient/corba_example/server.sh')
-rwxr-xr-xsrc/YalpClients/EflClient/corba_example/server.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/corba_example/server.sh b/src/YalpClients/EflClient/corba_example/server.sh
new file mode 100755
index 0000000..dd1e68d
--- /dev/null
+++ b/src/YalpClients/EflClient/corba_example/server.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+orbd -ORBInitialPort 1055 &
+sleep 3
+./server.py -ORBInitRef NameService=corbaloc:iiop:localhost:1055/NameService
+killall -9 orbd