summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/corba_example/server.sh
blob: dd1e68d5e3d14f0bc39aa67c7fdd2036a5be2cac (plain)
1
2
3
4
5
#!/bin/bash
orbd -ORBInitialPort 1055 &
sleep 3
./server.py -ORBInitRef NameService=corbaloc:iiop:localhost:1055/NameService
killall -9 orbd