Replies: 2 comments
-
|
Feel free to send a PR to add an option. Make sure to keep the code clean, add tests and update the readme. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know it is not common to SSH to another Windows Machine, but it is not working.
I have tracked it and the reason is the part of hardcoding
'bash -se'in the command, and it is not recognized by Windows.To fix it just remove
'bash -se'fromgetExecuteCommand()function:from:
to:
Beta Was this translation helpful? Give feedback.
All reactions