ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/build.osx
Revision: 1.1
Committed: Sat Dec 31 04:23:43 2011 UTC (12 years, 4 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2    
3     ssh osx105 '
4     PATH="/opt/local/bin:/opt/local/sbin:$PATH"
5     cd /root/src/deliantra/Deliantra-Client || exit
6     cvs update -AdP
7     rm -rf dist; mkdir dist
8     util/gatherer
9     '
10    
11     rsync -aPessh osx105:src/CFPlus/dist/darwin-x86* dist/. --del
12