/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/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