#!/bin/sh main="$1"; shift exec gcc -g -Wall -o "$main" "$main".o $@