#! /bin/sh

if [ "$1" != "trans.c" ]
then
	gcc $1 -o `basename $1 .c`
fi
