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