#!/bin/sh
if [ -z $1 ]
then 
nom="hello"
else
nom=$1
fi
cp /usr/local/bin/skeleton.c.skel $nom.c
makeMakefile $nom
