#!/bin/zsh for f in *.pl; do if [[ -f $f ]]; then ln -fs ../$f -t autorun fi; done