#!/bin/bash


if [ ! -d selfcontained-jdk ] ; then
    ./get-selfcontained-jdk.sh
fi

if [ ! -d selfcontained-ant ] ; then
    ./get-selfcontained-ant.sh
fi

if [ ! -d selfcontained-perl-with-cpan ] ; then
    ./get-selfcontained-perl-with-cpan.sh
fi

if [ ! -d selfcontained-python3 ] ; then
    ./get-selfcontained-python3.sh
fi

