#!/bin/sh main="$1"; shift exec gcc32 -L. -o "$main" "$main.o" ${1+"$@"}