Open
Description
I'd like a cross-platform way of executing local executables, e.g. under *nix I can currently:
./local/path/executable
this doesn't work under windows because of the path representation ./
.
I was hoping I could run:
shx ./local/path/executable
But that doesn't seem to be supported.
Thanks! Otherwise awesome job!