A little more context for you request would be helpful. If the shell script is housed on the remote server, you should be able to just call it. If it is local, a shell script is just a series of shell commands so there should be nothing preventing you from executing it remotely line-by-line. Have you attempted to implement this yet?