#!/bin/sh
# @(#) poor man's lint
# written by Dirk Jagdmann <doj@cubic.org>
# after a post in de.comp.lang.iso-c++ by Stefan Reuther <stefan.news@arcor.de>

g++ -ansi -pedantic -W -Wall -Weffc++ -o /dev/null "$@"
