clear
if 
   [[ -f core ]] 
then 
   echo Removing core file...
   rm core 
else
   echo Woo Hoo!  No core file...
fi
cc hwlist.c -o hwlist 
./hwlist $1 $2 $3 $4 $5 $6 $7 $8 $9
