wget
new version of GnuWIn32 as of 10/18/08
Submitted by luke on Sat, 2008-11-01 16:35http://gnuwin32.sourceforge.net/ I want to try out the new wget and getopts commands!
Getting all the P4 files
Submitted by luke on Tue, 2008-08-05 11:55You will need wget on your system! See http://www.asitis.org/installing-wget-for-mac-os-x for the Mac. If you have Windows, well, you will need to do something else.
If you want to get all the Perforce files in one step, try this:
#!/bin/bash
cd perforce
mkdir Win32
cd Win32
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/p4vinst.exe
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/perforce.exe
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/p4webinst.exe
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/p4dtg.exe
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/p4winst.exe
wget http://www.perforce.com/downloads/perforce/r07.3/bin.ntx86/p4gt.exe
wget http://www.perforce.com/downloads/perforce/r07.3/bin.ntx86/p4ofc.exe
wget http://www.perforce.com/downloads/perforce/r07.3/bin.ntx86/p4rpt.exe
wget http://www.perforce.com/downloads/perforce/r08.1/bin.ntx86/p4ftpd.exe
cd ..
mkdir MacOSX-Intel
