#!/bin/zsh [[ "$(basename $0)" == "run.zsh" ]] && TARGET=bin/run || TARGET=bin/setup TARGET=$TARGET/$1 shift [[ -x $TARGET ]] && $TARGET $*