flutter/bin/flutter.bat
Michael Goderbauer 06a0836d79 Add a .bat entry point for flutter tools (#7701)
Currently, this only calls out to the PowerShell Script, which is kind of slow. In the future, we will transfer more logic from PowerShell to cmd for faster starup time.
2017-01-27 10:58:32 -08:00

2 lines
70 B
Batchfile

@PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"