#!/usr/bin/env sh SRC_DIR="`pwd`" cd "`dirname "$0"`" cd "../yiisoft/yii2" BIN_TARGET="`pwd`/yii" cd "$SRC_DIR" "$BIN_TARGET" "$@"