5 lines
194 B
Batchfile
5 lines
194 B
Batchfile
@echo off
|
|
REM One-click launcher for the Windows PowerShell bootstrap.
|
|
REM Usage: bootstrap "Client Site Name"
|
|
PowerShell -ExecutionPolicy Bypass -File "%~dp0wp-bootstrap.ps1" -ProjectName "%*"
|