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