Files
faveo/code/code/vendor/bin/phpspec
2015-08-21 11:22:12 +05:30

8 lines
142 B
Bash

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