You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimizations for Windows (#74)
* Bring myke go run with regular Windows environment on Windows systems
* Add environment variable expansion in the way golang does (very close to sh) that it behaves on every operating system and/or distribution in the same way to be more "cross platform"
* Added appveyor config to also enable tests to run on an Windows
environment.
* * Fixed problem with case insensitve PATH variable under Windows is doubled set - and with a chance of 50% wrong.
* Improved the output .. if a different Shell is used do not output "+ whatever" if a command starts.