I wrote the following shell script:
#!/bin/sh
cd dataStreamTransferWithDataBaseSurface
icegridregistry --Ice.Config=config.registry &
cd Server
streamServer --Ice.Config=config.server &
cd ..
cd ..
cd dataBaseSurface
cd asyncControl
dataBaseSurface --Ice.Config=config.client
And i get the error message:
warning: commands will be executed using /bin/sh
How I can start icegridregistry, my server and client with a shell script??
greeting
Peter

Reply With Quote