2 lines
100 B
Batchfile
Executable file
2 lines
100 B
Batchfile
Executable file
@echo off
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
|