kevva / bin-build

Easily build binaries
MIT License
38 stars 13 forks source link

Run commands programmatically, instead of using `&&` operator #4

Closed shinnn closed 10 years ago

shinnn commented 10 years ago

Because Windows PowerShell doesn’t support && operator.

http://stackoverflow.com/questions/563600/can-i-get-to-work-in-powershell/573295#573295

shinnn commented 10 years ago

exec-series passes the test on Linux, Windows PowerShell and cmd.exe.

kevva commented 10 years ago

Thanks :D!

shinnn commented 10 years ago

:+1:

shinnn commented 10 years ago

How about releasing v2.0.1?

kevva commented 10 years ago

Yup, going to. Just need to make sure nothing is breaking here.