#!/bin/csh -fxv
rm -rf Profile
mkdir Profile
cd Profile
ln -s ../*{[A-Za-z].c,h,Makefile,.s} .

cd ..
rm -rf StraightC
mkdir StraightC
cd StraightC
ln -s ../*{[A-Za-z].c,h,Makefile,.s} .
