1#! /bin/sh 2 3rm -rf test; 4mkdir test; 5for i in *.sh; do ln -s ../$i test; done;