|
|
|
|
|
by unfocussed_mike
1565 days ago
|
|
Cross-platform deployment is why I switched from script plus utilities to a go binary. I did manage to make a Windows batch file that replicated the functionality of a linux/mac bash script, but configuring it was no fun for customers on any platform, and then there were the utilities themselves to deploy. The replacement binary has a very small platform-dependent aspect, and I am not held back by the limits of batch files when trying to achieve feature parity. It might be doable to deploy a powershell script, but then there's installation work to do on the unix side instead. |
|