Allow script\build as shorthand for go run script\build.go on Windows

This commit is contained in:
Mislav Marohnić 2021-06-15 17:33:33 +02:00
parent 32f9a462a8
commit bd01566251

1
script/build.bat Normal file
View file

@ -0,0 +1 @@
go run script\build.go %*