Terry Sun says to Ubuntu 台灣社群
local command: ssh_test/test.sh; echo $?; + exit 1 1 ssh command: ssh 127.0.0.1 "ssh_test/test.sh; echo $?" + exit 1 0 test.sh #!/bin/bash exit 1