4 lines
84 B
Batchfile
4 lines
84 B
Batchfile
@ECHO OFF
|
|
SET BIN_TARGET=%~dp0/../phpspec/phpspec/bin/phpspec
|
|
php "%BIN_TARGET%" %*
|