Linux: ssh remote run local script without scp file

分類:Linux_Base


快速在遠端執行本地 bash file

ssh user@remote 'bash -s' < local.sh