#!/bin/sh
#set -e

. optvars

for FILE in $*
do

    # get the absolute path of the directory
    FILE=`bash optpath $FILE`
    bash $KUMATUXLINK/link-all.sh $FILE
done
