I want to create a script to start two different scripts in sequence.
The first script start an application server, which although the process has started (and i'm back at the prompt), it will only accept connection after a 'certain' message in its log; 'Server Blah Blah started!'.
The second script essential connects to the server and does some extra stuff.
How can i create a startup script such that the second script will only start after the first?