4 lines
42 B
Batchfile
4 lines
42 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
uv run kvm-switch
|
@echo off
|
|
cd /d "%~dp0"
|
|
uv run kvm-switch
|