mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
5 lines
93 B
Batchfile
5 lines
93 B
Batchfile
|
@ECHO OFF
|
||
|
setlocal DISABLEDELAYEDEXPANSION
|
||
|
SET BIN_TARGET=%~dp0/carbon
|
||
|
php "%BIN_TARGET%" %*
|