mirror of
https://github.com/bol-van/zapret-win-bundle.git
synced 2025-12-16 20:07:04 +03:00
9 lines
187 B
Batchfile
9 lines
187 B
Batchfile
@echo off
|
|
|
|
cd /d "%~dp0"
|
|
FOR /F "tokens=* USEBACKQ" %%F IN (`..\cygwin\bin\cygpath -C OEM -a -m zapret2\blog.sh`) DO (
|
|
SET P='%%F'
|
|
)
|
|
|
|
"%~dp0..\tools\elevator" ..\cygwin\bin\bash -i "%P%"
|