Created
April 18, 2017 21:01
-
-
Save yonglai/caa8e8497a3640e23e93c61def9691ab 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
#! /bin/bash | |
echo install ems | |
cd /vagrant/ems_install/ems_install | |
./TIBCOUniversalInstaller-lnx-x86.bin -silent -V responseFile=ems_install.silent | |
echo config ems | |
cd ~/tibco/ems/8.2/bin | |
./tibemsd64 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment