#! /usr/bin/ksh
#  wget script to download kde3.base bundle - KDE Desktop Base
[[ ! -d kde3.base ]] && (mkdir kde3.base || exit 1)
cd kde3.base || exit 3
wget \
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/pcre/pcre-8.33-1.aix6.1.ppc.rpm \
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/python/python-2.7.12-2.aix6.1.ppc.rpm \

