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