#!/bin/sh norminette -R CheckForbiddenSourceHeader gcc -Wall -Wextra -Werror -o a.out *.c echo $(basename $PWD): ./a.out rm -f a.out