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