Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <pre id="termtext" style="width:80%">
- {% if agent.output %}
- {{ agent.output | safe }}
- {% endif %}
- {% for cmd in agent.commands %}
- Pending: {{ cmd.cmdline }}
- {% endfor %}
- </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement