On Fri, 5 Sep 2008, Andy Shevchenko wrote:
Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible mode.
For 1-line scripts, it was agreed to omit the copyright header that's make the file 10times bigger than needed. See true & false for examples.
% cat `which true false` #! /bin/sh exit 0 #! /bin/sh exit 1 - Hubert