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
/api/verify/tmux <- should return if the command which was specified in the course, is running in a tmux session or not.
/api/verify/tmux
tmux
Use pstree / ps to determine.
pstree
ps
Possible responses:
{ "status": "success", "data": {} }
If command is running but not in `tmux:
{ "status": "error", "message": "`command` is running but not in `tmux`" }
{ "status": "error", "message": "tmux is not running" }
The text was updated successfully, but these errors were encountered:
mr-karan
No branches or pull requests
/api/verify/tmux
<- should return if the command which was specified in the course, is running in atmux
session or not.Use
pstree
/ps
to determine.Possible responses:
If command is running but not in `tmux:
The text was updated successfully, but these errors were encountered: