if [ "foo" = "foo" ]; then
rm GTK2-Tenebrific-BlueMods.tar.gz
fi

if [ "doo" = "doo" ]; then
tar -cvf GTK2-Tenebrific-BlueMods.tar *
fi

if [ "moo" = "moo" ]; then
gzip GTK2-Tenebrific-BlueMods.tar
fi
