Clipboard
Access to the agent clipboard has been implemented to quickly share small text between the client and the agent.
Retrieve the agent clipboard
The content will be printed to STDOUT
tealc clip get [AGENT]
Set the agent clipboard
tealc clip set [AGENT] [CONTENT]
Warning
This feature is recommended for small content only. For larger content, use SCP or Rsync instead. (see client/scp)