1 2 3 4 5 6 7 8 9 10
#! /bin/sh export PATH=/bin:/usr/bin top=`pwd` tar xvfz $src cd aterm-* ./configure --prefix=$top make make install