1 2 3 4 5 6 7 8
#!/bin/sh arg=$1 echo linking $arg ../src/${arg##*/} echo \#include \"$arg\" > src/${arg##*/}