Browse Source

get_parrots

master
Duke Leto 14 years ago
parent
commit
62ac990f11
  1. 45
      bin/get_parrots

45
bin/get_parrots

@ -1,23 +1,30 @@
#!/bin/sh
#dev releases
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/0.8.2/parrot-0.8.2.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/0.9.1/parrot-0.9.1.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.1.0/parrot-1.1.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.2.0/parrot-1.2.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.3.0/parrot-1.3.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.5.0/parrot-1.5.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.6.0/parrot-1.6.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.7.0/parrot-1.7.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.8.0/parrot-1.8.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/1.9.0/parrot-1.9.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.1.0/parrot-2.1.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.2.0/parrot-2.2.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/devel/2.4.0/parrot-2.4.0.tar.gz
#stable
#wget http://ftp.parrot.org/releases/stable/1.0.0/parrot-1.0.0.tar.gz
#wget http://ftp.parrot.org/releases/stable/1.4.0/parrot-1.4.0.tar.gz
#wget http://ftp.parrot.org/releases/stable/2.0.0/parrot-2.0.0.tar.gz
wget http://ftp.parrot.org/releases/stable/2.3.0/parrot-2.3.0.tar.gz
wget http://ftp.parrot.org/releases/stable/2.6.0/parrot-2.6.0.tar.gz
#live
#dev
#wget http://ftp.parrot.org/releases/devel/0.8.1/parrot-0.8.1.tar.gz
#wget http://ftp.parrot.org/releases/devel/0.8.2/parrot-0.8.2.tar.gz
#wget http://ftp.parrot.org/releases/devel/0.9.0/parrot-0.9.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/0.9.1/parrot-0.9.1.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.1.0/parrot-1.1.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.2.0/parrot-1.2.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.3.0/parrot-1.3.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.4.0/parrot-1.4.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.5.0/parrot-1.5.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.6.0/parrot-1.6.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.7.0/parrot-1.7.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.8.0/parrot-1.8.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/1.9.0/parrot-1.9.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/2.1.0/parrot-2.1.0.tar.gz
#wget http://ftp.parrot.org/releases/devel/2.1.1/parrot-2.1.1.tar.gz
wget http://ftp.parrot.org/releases/devel/2.2.0/parrot-2.2.0.tar.gz
wget http://ftp.parrot.org/releases/devel/2.4.0/parrot-2.4.0.tar.gz
wget http://ftp.parrot.org/releases/devel/2.5.0/parrot-2.5.0.tar.gz
wget http://ftp.parrot.org/releases/devel/2.7.0/parrot-2.7.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/stable/1.0.0/parrot-1.0.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/stable/1.4.0/parrot-1.4.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/stable/2.0.0/parrot-2.0.0.tar.gz
wget ftp://ftp.parrot.org/pub/parrot/releases/stable/2.3.0/parrot-2.3.0.tar.gz

Loading…
Cancel
Save