cara meneruskan variabel ke perintah ssh jarak jauh

$ echo "$argument" | ssh root@remote_server 'cd /root/dir; xargs -0 ./run.sh'
Xerothermic Xenomorph