So übergeben Sie eine Variable an den Befehl Remote SSH
$ echo "$argument" | ssh root@remote_server 'cd /root/dir; xargs -0 ./run.sh'
Xerothermic Xenomorph
$ echo "$argument" | ssh root@remote_server 'cd /root/dir; xargs -0 ./run.sh'