mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
4 lines
153 B
Batchfile
4 lines
153 B
Batchfile
|
|
@echo off
|
||
|
|
REM Convenience wrapper — launches the PowerShell texture debug script.
|
||
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0debug_texture.ps1" %*
|