#!/bin/sh # mp-svn-st-port # Get svn st for "port dir " : ${MP_SVNCMD:=$(which svn)} CMD="port dir $@ | sort -u" #echo "${CMD}" #exit DIRS=$(eval $CMD) #echo "${DIRS}" #exit ${MP_SVNCMD} st ${DIRS}