5 lines
97 B
Batchfile
5 lines
97 B
Batchfile
@echo off
|
|
setlocal
|
|
set "SCRIPT_DIR=%~dp0"
|
|
py -3 -u "%SCRIPT_DIR%firefox_agent_bridge_host.py" %*
|