diff --git a/run b/run index 581a78274..fc95b2d6c 100755 --- a/run +++ b/run @@ -5,6 +5,7 @@ for e in $@; do TARGET="$TARGET/$e" shift if [ -x "${TARGET}.sh" ]; then + echo ">> ${TARGET}.sh" exec "${TARGET}.sh" $@ fi done \ No newline at end of file