/ Published in: Bash
Expand |
Embed | Plain Text
#!/bin/sh if SERVER=`/usr/local/bin/fastest_cvsup -q -c all`; then /usr/local/bin/cvsup -g -P - -L 2 -h $SERVER /root/stable-supfile fi
You need to login to post a comment.
gdonald on 09/27/06
1 person have marked this snippet as a favorite
#!/bin/sh if SERVER=`/usr/local/bin/fastest_cvsup -q -c all`; then /usr/local/bin/cvsup -g -P - -L 2 -h $SERVER /root/stable-supfile fi
You need to login to post a comment.