mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-16 08:24:03 +00:00
5 lines
132 B
Batchfile
5 lines
132 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/../browscap/browscap-php/bin/browscap-php
|
|
php "%BIN_TARGET%" %*
|