#!/bin/sh

set -e
set -x

cd `dirname $0`/../..
pwd
wget --output-document=- http://www.arsdigita.com/download/files/aol3/aol32-bin-`uname`.tar.gz | \
    gunzip -c | tar xfv -

cat aol32/DISTRIBUTION.txt
