mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
4 lines
147 B
Batchfile
4 lines
147 B
Batchfile
|
|
@echo off
|
||
|
|
REM Convenience wrapper — launches the PowerShell clean rebuild script.
|
||
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0rebuild.ps1" %*
|