#! /bin/sh
# Smalltalk package installer

cat $1 >> packages
sed "s/#.*//g" $1 | egrep "^ *[A-Za-z]+" | head -1 | xargs gst -qK Load.st -a
