We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as host: wemux start => creates new bash session
wemux start
as client, access denied: wemux => attaches, cannot do anything: Client is read only
wemux
as client, bypassing read only: wemux send "any command here" => works. command will be sent to bash session
wemux send "any command here"
The text was updated successfully, but these errors were encountered:
971f8c3 fixes this! Thank you very much for the report, sorry for the delay!
Sorry, something went wrong.
thanks :)
No branches or pull requests
as host:
wemux start
=> creates new bash sessionas client, access denied:
wemux
=> attaches, cannot do anything: Client is read onlyas client, bypassing read only:
wemux send "any command here"
=> works. command will be sent to bash sessionThe text was updated successfully, but these errors were encountered: