Last active
December 14, 2015 23:49
-
-
Save rmoff/5167990 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Desktop | |
./0-StartDB.sh & | |
sleep 30 | |
./1-StartOID.sh & | |
sleep 30 | |
./2-StartWLS.sh & | |
sleep 300 | |
./3-StartBI.sh & | |
sleep 30 | |
#./4-StartEssbase.sh | |
sleep 30 | |
#./5-StartEssbAPS.sh | |
sleep 30 | |
#./6-StartEAS.sh | |
sleep 30 | |
./7-StartTT.sh & | |
sleep 30 | |
./9-StartDBConsole.sh & | |
sleep 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment