The command interacting with the clipboard:
echo <text> | clip
In the ios shortcut app, i try to do this remotely with the "run script over ssh" command block, but nothing is appended to the windows clipboard when the shortcut script is ran
The echo clip command works on a local cmd console
can be sure that the ssh connection is up and the ssh ios shortcut works with some other command
The windows version is Win11 pro 23H2
Thanks