====== Remote Procedure Call - RPC ====== * [[http://golang.org/pkg/net/rpc/|RPC mit go]] * [[https://gist.github.com/derekp7|RPC mit BASH]] - Let's say you have a Bash shell script, and you need to run a series of operations on another system (such as via ssh). * [[https://gist.github.com/derekp7/9978986|rpcsh]] - So, to solve this, you can use a technique called rpcsh -- rpc in shell script...