8.2 uscita.

Cristiano Deana <[email protected]>
Newsgroups gmane.os.freebsd.italian.varie
Message-ID <[email protected]>
$ cat down.sh
#!/bin/sh

MIRROR="ftp.it.freebsd.org"
FETCH="/usr/bin/fetch"

for arch in i386 amd64; do
        for flavor in bootonly.iso disc1.iso livefs.iso memstick.img; do
                $FETCH
ftp://$MIRROR/pub/FreeBSD/ISO-IMAGES-$arch/8.2/FreeBSD-8.2-RELEASE-$arch-$flavor
        done
done

$ ./down.sh

-- 
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/
_______________________________________________
Varie mailing list
[email protected]
http://mailman.gufi.org/mailman/listinfo/varie
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.