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