Bash FreeBSD port update


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #!/bin/sh
  2.  
  3. if SERVER=`/usr/local/bin/fastest_cvsup -q -c all`; then
  4. /usr/local/bin/cvsup -g -P - -L 2 -h $SERVER /root/ports-supfile
  5. fi

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.