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
Commands that attempt to sleep the current thread don't work, and will hang the whole thing:
sleep 1 top -d 1 timeout 1 ls
I think even this one, although I'm not sure if sleeping is what hangs it:
ping 127.1
It breaks the debugger too, e.g. help in Ctrl+A shows the debugger commands, but pc no longer does anything.
help
pc
Querying the time however (e.g. with date) works fine, and time seems to advance quite nicely.
date
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commands that attempt to sleep the current thread don't work, and will hang the whole thing:
I think even this one, although I'm not sure if sleeping is what hangs it:
It breaks the debugger too, e.g.
help
in Ctrl+A shows the debugger commands, butpc
no longer does anything.Querying the time however (e.g. with
date
) works fine, and time seems to advance quite nicely.The text was updated successfully, but these errors were encountered: