#! /bin/csh -f foreach i (`ls ../src/*.h ../src/*.c ../src/*.inline`) echo "Linking: " $i " -> " $i:t ln -sf $i $i:t end