Created
          November 24, 2013 16:39 
        
      - 
      
- 
        Save vittorioromeo/7629146 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or 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 | |
| ( | |
| cd /home/vittorioromeo/WEBVittorioRomeo2/ | |
| git pull | |
| git submodule foreach git pull origin master | |
| cd ./_RELEASE/ | |
| cmake .. | |
| make -j2 | |
| sudo make install | |
| ./WEBVittorioRomeo2 | |
| cp -R ./Result/* /home/vittorioromeo/www/ | |
| echo "Done!" | |
| ) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment