mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +00:00
6 lines
81 B
Batchfile
6 lines
81 B
Batchfile
@echo off
|
|
|
|
powershell.exe -ExecutionPolicy Bypass -File "bootstrap.ps1"
|
|
|
|
exit /B
|