Comment passer une variable à la commande ssh distante
$ 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'