#!/bin/sh

PATH=/usr/upd/gcc-3.2/bin:${PATH}
exec g77 -static -s -O2 $1 -o $2
